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

See [33130]. See #32891.

Built from https://develop.svn.wordpress.org/trunk@33213


git-svn-id: http://core.svn.wordpress.org/trunk@33185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-07-13 19:58:25 +00:00
parent e4ecc7e5c4
commit 7ab106e1f5
2 changed files with 3 additions and 3 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33212';
$wp_version = '4.3-beta2-33213';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.