Update wp_admin_bar_appearance_menu docs to reflect changes made by r18683 and r19006. See #18197.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_ 2011-11-04 13:52:42 +00:00
parent a7d3a67b46
commit 8eaace17cf
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ function wp_admin_bar_site_menu( $wp_admin_bar ) {
'href' => admin_url(), 'href' => admin_url(),
) ); ) );
// Add the appearance menu. // Add the appearance submenu items.
wp_admin_bar_appearance_menu( $wp_admin_bar ); wp_admin_bar_appearance_menu( $wp_admin_bar );
} }
} }
@ -569,7 +569,7 @@ function wp_admin_bar_comments_menu( $wp_admin_bar ) {
} }
/** /**
* Add "Appearance" menu with widget and nav menu submenu. * Add appearance submenu items to the "Site Name" menu.
* *
* @since 3.1.0 * @since 3.1.0
*/ */