Make WordPress Core

Changeset 52093


Ignore:
Timestamp:
11/10/2021 12:39:45 AM (5 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.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r51657 r52093  
    865865        'themes/twentytwenty/'    => '5.3',
    866866        'themes/twentytwentyone/' => '5.6',
     867        'themes/twentytwentytwo/' => '5.9',
    867868);
    868869
  • trunk/src/wp-includes/class-wp-theme.php

    r51529 r52093  
    7171                'twentytwenty'    => 'Twenty Twenty',
    7272                'twentytwentyone' => 'Twenty Twenty-One',
     73                'twentytwentytwo' => 'Twenty Twenty-Two',
    7374        );
    7475
  • 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}
  • trunk/tests/phpunit/tests/theme.php

    r52010 r52093  
    2121                'twentytwenty',
    2222                'twentytwentyone',
     23                'twentytwentytwo',
    2324        );
    2425
Note: See TracChangeset for help on using the changeset viewer.