Themes: Import Twenty Twenty-Three is now the default theme.

Follow up to [54235].

See #56383.

git-svn-id: https://develop.svn.wordpress.org/trunk@54236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2022-09-20 01:34:49 +00:00
parent a145e169ce
commit 39e5879e99
4 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ function wp_templating_constants() {
* @see WP_Theme::get_core_default_theme()
*/
if ( ! defined( 'WP_DEFAULT_THEME' ) ) {
define( 'WP_DEFAULT_THEME', 'twentytwentytwo' );
define( 'WP_DEFAULT_THEME', 'twentytwentythree' );
}
}