Fix the summary and parameter description for `wp_admin_bar_customize_menu()` added in 4.3.

See [33130]. See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33213 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-13 19:57:14 +00:00
parent b7bc240602
commit 7b677473f7
1 changed files with 2 additions and 2 deletions

View File

@ -319,11 +319,11 @@ function wp_admin_bar_site_menu( $wp_admin_bar ) {
}
/**
* Add the "Customize" link.
* Adds the "Customize" link to the Toolbar.
*
* @since 4.3.0
*
* @param WP_Admin_Bar $wp_admin_bar
* @param WP_Admin_Bar $wp_admin_bar WP_Admin_Bar instance.
*/
function wp_admin_bar_customize_menu( $wp_admin_bar ) {
// Don't show for users who can't access the customizer or when in the admin.