mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user