- Timestamp:
- 11/12/2020 07:28:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/starter-content.php
r49574 r49578 152 152 // Assign a menu to the "primary" location. 153 153 'primary' => array( 154 'name' => esc_html__( 'Primary Menu', 'twentytwentyone' ),154 'name' => esc_html__( 'Primary menu', 'twentytwentyone' ), 155 155 'items' => array( 156 156 'link_home', // Note that the core "home" page is actually a link in case a static front page is not used. … … 163 163 // Assign a menu to the "footer" location. 164 164 'footer' => array( 165 'name' => esc_html__( 'Secondary Menu', 'twentytwentyone' ),165 'name' => esc_html__( 'Secondary menu', 'twentytwentyone' ), 166 166 'items' => array( 167 167 'link_facebook',
Note: See TracChangeset
for help on using the changeset viewer.