Changeset 52610 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 01/20/2022 11:51:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r52580 r52610 654 654 * @param array $prepared_themes An associative array of theme data. Default empty array. 655 655 * @param WP_Theme[]|null $themes An array of theme objects to prepare, if any. 656 * @param string $current_theme The currenttheme slug.656 * @param string $current_theme The active theme slug. 657 657 */ 658 658 $prepared_themes = (array) apply_filters( 'pre_prepare_themes_for_js', array(), $themes, $current_theme ); … … 662 662 } 663 663 664 // Make sure the currenttheme is listed first.664 // Make sure the active theme is listed first. 665 665 $prepared_themes[ $current_theme ] = array(); 666 666
Note: See TracChangeset
for help on using the changeset viewer.