Changeset 52406 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 12/21/2021 08:04:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r52330 r52406 1 1 <?php 2 2 /** 3 * Theme editor administration panel.3 * Theme file editor administration panel. 4 4 * 5 5 * @package WordPress … … 28 28 'title' => __( 'Overview' ), 29 29 'content' => 30 '<p>' . __( 'You can use the theme editor to edit the individual CSS and PHP files which make up your theme.' ) . '</p>' .30 '<p>' . __( 'You can use the theme file editor to edit the individual CSS and PHP files which make up your theme.' ) . '</p>' . 31 31 '<p>' . __( 'Begin by choosing a theme to edit from the dropdown menu and clicking the Select button. A list then appears of the theme’s template files. Clicking once on any file name causes the file to appear in the large Editor box.' ) . '</p>' . 32 32 '<p>' . __( 'For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Look Up takes you to a web page with reference material about that particular function.' ) . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.