Make WordPress Core


Ignore:
Timestamp:
09/23/2019 08:59:48 PM (7 years ago)
Author:
desrosj
Message:

Bundled Themes: Make Twenty Twenty the new default theme.

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

See #48110.
Props desrosj, ocean90.

File:
1 edited

Legend:

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

    r45932 r46278  
    543543                        __( '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.' ),
    544544                admin_url( 'widgets.php' ),
    545                 'Twenty Seventeen',
    546                 'Twenty Nineteen'
     545                'Twenty Nineteen',
     546                'Twenty Twenty'
    547547        ) . '</p>';
    548548        $overview .= '<p>' . __( 'From this screen you can:' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.