Changeset 59146
- Timestamp:
- 09/30/2024 11:55:05 PM (12 days ago)
- Location:
- trunk
- Files:
-
- 300 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r58789 r59146 69 69 matrix: 70 70 theme: [ 71 'twentytwentyfive', 71 72 'twentytwentyfour', 72 73 'twentytwentythree', -
trunk/.gitignore
r59083 r59146 65 65 !/src/wp-content/themes/twentytwentythree 66 66 !/src/wp-content/themes/twentytwentyfour 67 !/src/wp-content/themes/twentytwentyfive 67 68 /src/wp-content/upgrade 68 69 /src/wp-content/uploads -
trunk/src/wp-includes/default-constants.php
r58938 r59146 435 435 */ 436 436 if ( ! defined( 'WP_DEFAULT_THEME' ) ) { 437 define( 'WP_DEFAULT_THEME', 'twentytwentyf our' );438 } 439 } 437 define( 'WP_DEFAULT_THEME', 'twentytwentyfive' ); 438 } 439 }
Note: See TracChangeset
for help on using the changeset viewer.