Make WordPress Core

Changeset 49837 for trunk


Ignore:
Timestamp:
12/18/2020 03:44:26 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update the reference to Appearance → Theme Editor admin menu item in the inline documentation.

Follow-up to [42685].

See #51800.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/menu.php

    r47600 r49837  
    210210unset( $appearance_cap );
    211211
    212 // Add 'Editor' to the bottom of the Appearance menu.
     212// Add 'Theme Editor' to the bottom of the Appearance menu.
    213213if ( ! is_multisite() ) {
    214214    add_action( 'admin_menu', '_add_themes_utility_last', 101 );
    215215}
    216216/**
    217  * Adds the (theme) 'Editor' link to the bottom of the Appearance menu.
     217 * Adds the 'Theme Editor' link to the bottom of the Appearance menu.
    218218 *
    219219 * @access private
Note: See TracChangeset for help on using the changeset viewer.