File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 997
997
'themes/twentytwentyone/ ' => '5.6 ' ,
998
998
'themes/twentytwentytwo/ ' => '5.9 ' ,
999
999
'themes/twentytwentythree/ ' => '6.1 ' ,
1000
+ 'themes/twentytwentyfour/ ' => '6.4 ' ,
1000
1001
);
1001
1002
1002
1003
/**
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ final class WP_Theme implements ArrayAccess {
59
59
* @since 5.6.0 Added the Twenty Twenty-One theme.
60
60
* @since 5.9.0 Added the Twenty Twenty-Two theme.
61
61
* @since 6.1.0 Added the Twenty Twenty-Three theme.
62
+ * @since 6.4.0 Added the Twenty Twenty-Four theme.
62
63
* @var string[]
63
64
*/
64
65
private static $ default_themes = array (
@@ -77,6 +78,7 @@ final class WP_Theme implements ArrayAccess {
77
78
'twentytwentyone ' => 'Twenty Twenty-One ' ,
78
79
'twentytwentytwo ' => 'Twenty Twenty-Two ' ,
79
80
'twentytwentythree ' => 'Twenty Twenty-Three ' ,
81
+ 'twentytwentyfour ' => 'Twenty Twenty-Four ' ,
80
82
);
81
83
82
84
/**
Original file line number Diff line number Diff line change @@ -431,6 +431,6 @@ function wp_templating_constants() {
431
431
* @see WP_Theme::get_core_default_theme()
432
432
*/
433
433
if ( ! defined ( 'WP_DEFAULT_THEME ' ) ) {
434
- define ( 'WP_DEFAULT_THEME ' , 'twentytwentythree ' );
434
+ define ( 'WP_DEFAULT_THEME ' , 'twentytwentyfour ' );
435
435
}
436
436
}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class Tests_Theme extends WP_UnitTestCase {
22
22
'twentytwentyone ' ,
23
23
'twentytwentytwo ' ,
24
24
'twentytwentythree ' ,
25
+ 'twentytwentyfour ' ,
25
26
);
26
27
27
28
/**
You can’t perform that action at this time.
0 commit comments