Make WordPress Core

Changeset 19150


Ignore:
Timestamp:
11/04/2011 01:52:42 PM (14 years ago)
Author:
duck_
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r19130 r19150  
    256256        ) );
    257257
    258         // Add the appearance menu.
     258        // Add the appearance submenu items.
    259259        wp_admin_bar_appearance_menu( $wp_admin_bar );
    260260    }
     
    570570
    571571/**
    572  * Add "Appearance" menu with widget and nav menu submenu.
     572 * Add appearance submenu items to the "Site Name" menu.
    573573 *
    574574 * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.