Changeset 52406 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 12/21/2021 08:04:54 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/misc.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r51837 r52406 310 310 311 311 /** 312 * Update the "recently-edited" file for the plugin or theme editor.312 * Update the "recently-edited" file for the plugin or theme file editor. 313 313 * 314 314 * @since 1.5.0 … … 333 333 334 334 /** 335 * Makes a tree structure for the theme editor's file list.335 * Makes a tree structure for the theme file editor's file list. 336 336 * 337 337 * @since 4.9.0 … … 355 355 356 356 /** 357 * Outputs the formatted file list for the theme editor.357 * Outputs the formatted file list for the theme file editor. 358 358 * 359 359 * @since 4.9.0 … … 426 426 427 427 /** 428 * Makes a tree structure for the plugin editor's file list.428 * Makes a tree structure for the plugin file editor's file list. 429 429 * 430 430 * @since 4.9.0 … … 448 448 449 449 /** 450 * Outputs the formatted file list for the plugin editor.450 * Outputs the formatted file list for the plugin file editor. 451 451 * 452 452 * @since 4.9.0
Note: See TracChangeset
for help on using the changeset viewer.