Changeset 26216 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 11/15/2013 04:41:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r26215 r26216 355 355 * Defaults to all allowed themes. 356 356 * 357 * @return array An associative array of theme data .357 * @return array An associative array of theme data, sorted by name. 358 358 */ 359 359 function wp_prepare_themes_for_js( $themes = null ) { … … 371 371 } 372 372 373 WP_Theme::sort_by_name( $themes ); 373 374 foreach( $themes as $slug => $theme ) { 374 375 $parent = false;
Note: See TracChangeset
for help on using the changeset viewer.