From 2a16423a57c7a3c3a9e95e21735e1a445e8c9d11 Mon Sep 17 00:00:00 2001 From: Jon Cave Date: Fri, 4 Nov 2011 13:52:42 +0000 Subject: [PATCH] Update wp_admin_bar_appearance_menu docs to reflect changes made by r18683 and r19006. See #18197. git-svn-id: https://develop.svn.wordpress.org/trunk@19150 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/admin-bar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/admin-bar.php b/wp-includes/admin-bar.php index 43737e01ee..68e3e09dd7 100644 --- a/wp-includes/admin-bar.php +++ b/wp-includes/admin-bar.php @@ -255,7 +255,7 @@ function wp_admin_bar_site_menu( $wp_admin_bar ) { 'href' => admin_url(), ) ); - // Add the appearance menu. + // Add the appearance submenu items. 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 */