Make WordPress Core


Ignore:
Timestamp:
09/26/2023 05:31:28 PM (22 months ago)
Author:
karmatosed
Message:

Bundled Themes: Twenty Twenty-Four is now the default theme.

Follow up to [56716].
Props desrosj.

See #59447.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r56621 r56727  
    6060     * @since 5.9.0 Added the Twenty Twenty-Two theme.
    6161     * @since 6.1.0 Added the Twenty Twenty-Three theme.
     62     * @since 6.4.0 Added the Twenty Twenty-Four theme.
    6263     * @var string[]
    6364     */
     
    7879        'twentytwentytwo'   => 'Twenty Twenty-Two',
    7980        'twentytwentythree' => 'Twenty Twenty-Three',
     81        'twentytwentyfour'  => 'Twenty Twenty-Four',
    8082    );
    8183
Note: See TracChangeset for help on using the changeset viewer.