Changeset 32246 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 04/21/2015 02:22:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r32134 r32246 422 422 * @param string $current_theme The current theme slug. 423 423 */ 424 $prepared_themes = (array) apply_filters( 'pre_ wp_prepare_themes_for_js', array(), $themes, $current_theme );424 $prepared_themes = (array) apply_filters( 'pre_prepare_themes_for_js', array(), $themes, $current_theme ); 425 425 426 426 if ( ! empty( $prepared_themes ) ) {
Note: See TracChangeset
for help on using the changeset viewer.