Make WordPress Core


Ignore:
Timestamp:
12/21/2021 08:04:54 PM (3 years ago)
Author:
hellofromTonya
Message:

Administration: Add "File" to Theme/Plugin Editor menu names and relocate "Plugin File Editor" to Tools for block themes.

[52232] relocated the Theme Editor menu item from Appearance to Tools for block themes. This commit relocates the Plugin Editor menu item from Plugins to Tools for block themes for a consistent workflow.

Both the Theme Editor and Plugin Editor menu items are renamed to "Theme File Editor" and "Plugin File Editor" respectively. Why? To better identify their purpose, i.e. to directly edit the code in the theme or plugin files. The rename is not limited to only block themes.

Follow-up to [52232].

Props poena, annezazu, audrasjb, clorith, courane01, costdev, dryanpress, desrosj, hellofromTonya, ipstenu, jameskoster, joen, johnbillion, joyously, manfcarlo, marybaum, pbiron, SergeyBiryukov, walbo, youknowriad.
Fixes #54382.

File:
1 edited

Legend:

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

    r52351 r52406  
    224224
    225225    /**
    226      * Filters the list of file types allowed for editing in the plugin editor.
     226     * Filters the list of file types allowed for editing in the plugin file editor.
    227227     *
    228228     * @since 2.8.0
     
    283283
    284284    /**
    285      * Filters the list of file types allowed for editing in the theme editor.
     285     * Filters the list of file types allowed for editing in the theme file editor.
    286286     *
    287287     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.