Make WordPress Core


Ignore:
Timestamp:
10/20/2020 02:02:37 AM (6 years ago)
Author:
desrosj
Message:

Bundled Themes: Make Twenty Twenty-One the default theme.

After being imported in [49216], Twenty Twenty-One can now be set as the default theme in WordPress.

See #48110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/nav-menus.php

    r49108 r49220  
    597597                __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Navigation Menu&#8221; widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ),
    598598                admin_url( 'widgets.php' ),
    599                 'Twenty Nineteen',
    600                 'Twenty Twenty'
     599                'Twenty Twenty',
     600                'Twenty Twenty-One'
    601601        ) . '</p>';
    602602        $overview .= '<p>' . __( 'From this screen you can:' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.