Changeset 32264 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 04/22/2015 04:10:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r32246 r32264 503 503 */ 504 504 $prepared_themes = apply_filters( 'wp_prepare_themes_for_js', $prepared_themes ); 505 return array_values( $prepared_themes ); 505 $prepared_themes = array_values( $prepared_themes ); 506 return array_filter( $prepared_themes ); 506 507 } 507 508
Note: See TracChangeset
for help on using the changeset viewer.