Make WordPress Core


Ignore:
Timestamp:
11/10/2021 12:39:45 AM (3 years ago)
Author:
desrosj
Message:

Themes: Twenty Twenty-Two is now the default theme.

It's Friday night, and I feel alright. The party is here in the block theme.

See #54318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r49220 r52093  
    410410     */
    411411    if ( ! defined( 'WP_DEFAULT_THEME' ) ) {
    412         define( 'WP_DEFAULT_THEME', 'twentytwentyone' );
    413     }
    414 
    415 }
     412        define( 'WP_DEFAULT_THEME', 'twentytwentytwo' );
     413    }
     414
     415}
Note: See TracChangeset for help on using the changeset viewer.