mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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' );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user