From 8eaace17cf952e7cfa7924691d8dbed842b0f6e0 Mon Sep 17 00:00:00 2001 From: duck_ 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: http://svn.automattic.com/wordpress/trunk@19150 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 */