Changeset 59150
- Timestamp:
- 10/01/2024 03:25:18 AM (7 months ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r59146 r59150 165 165 matrix: 166 166 theme: [ 167 'twentytwentyfive', 167 168 'twentytwentyfour', 168 169 'twentytwentythree', -
trunk/src/wp-admin/includes/update-core.php
r59072 r59150 906 906 'themes/twentytwentythree/' => '6.1', 907 907 'themes/twentytwentyfour/' => '6.4', 908 'themes/twentytwentyfive/' => '6.7', 908 909 ); 909 910 -
trunk/src/wp-includes/class-wp-theme.php
r58975 r59150 80 80 'twentytwentythree' => 'Twenty Twenty-Three', 81 81 'twentytwentyfour' => 'Twenty Twenty-Four', 82 'twentytwentyfive' => 'Twenty Twenty-Five', 82 83 ); 83 84 -
trunk/tests/performance/specs/home.test.js
r58076 r59150 15 15 }; 16 16 17 const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour' ];17 const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour', 'twentytwentyfive' ]; 18 18 19 19 const locales = [ 'en_US', 'de_DE' ]; -
trunk/tests/phpunit/tests/theme.php
r59061 r59150 24 24 'twentytwentythree', 25 25 'twentytwentyfour', 26 'twentytwentyfive', 26 27 ); 27 28
Note: See TracChangeset
for help on using the changeset viewer.