Changeset 42757 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 02/26/2018 07:34:56 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/misc.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r42343 r42757 278 278 279 279 /** 280 * Makes a tree structure for the Theme Editor's file list.280 * Makes a tree structure for the theme editor's file list. 281 281 * 282 282 * @since 4.9.0 … … 300 300 301 301 /** 302 * Outputs the formatted file list for the Theme Editor.302 * Outputs the formatted file list for the theme editor. 303 303 * 304 304 * @since 4.9.0 … … 367 367 368 368 /** 369 * Makes a tree structure for the Plugin Editor's file list.369 * Makes a tree structure for the plugin editor's file list. 370 370 * 371 371 * @since 4.9.0 … … 389 389 390 390 /** 391 * Outputs the formatted file list for the Plugin Editor.391 * Outputs the formatted file list for the plugin editor. 392 392 * 393 393 * @since 4.9.0
Note: See TracChangeset
for help on using the changeset viewer.