Make WordPress Core


Ignore:
Timestamp:
11/11/2019 09:03:55 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Update Twenty Twenty.

This brings Twenty Twenty in sync with GitHub. For a full list of changes since 5.3 RC4, see https://github.com/WordPress/twentytwenty/compare/c267289...ab5fa23.

Reviewed by SergeyBiryukov.
Props williampatton, poena, andersnoren, desrosj, schlessera, leprincenoir, alextran, aristath, b-07, allancole, karmatosed, pierlo, joen, ianbelanger.
See #48110, #48386, #48450, #48505.
Merges [46701], [46702], [46711] to the 5.3 branch.
Fixes #48557.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-content/themes/twentytwenty/inc/starter-content.php

    r46571 r46712  
    176176                'name'  => __( 'Primary', 'twentytwenty' ),
    177177                'items' => array(
     178                    'link_home', // Note that the core "home" page is actually a link in case a static front page is not used.
     179                    'page_about',
     180                    'page_blog',
    178181                    'page_contact',
    179182                ),
    180183            ),
    181             // Assign a menu to the "expanded" (modal) menu location.
     184            // This replicates primary just to demonstrate the expanded menu.
    182185            'expanded' => array(
    183186                'name'  => __( 'Primary', 'twentytwenty' ),
     
    186189                    'page_about',
    187190                    'page_blog',
     191                    'page_contact',
    188192                ),
    189193            ),
Note: See TracChangeset for help on using the changeset viewer.