- Timestamp:
- 11/11/2019 12:27:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/starter-content.php
r46571 r46701 176 176 'name' => __( 'Primary', 'twentytwenty' ), 177 177 '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', 178 181 'page_contact', 179 182 ), 180 183 ), 181 // Assign a menu to the "expanded" (modal) menu location.184 // This replicates primary just to demonstrate the expanded menu. 182 185 'expanded' => array( 183 186 'name' => __( 'Primary', 'twentytwenty' ), … … 186 189 'page_about', 187 190 'page_blog', 191 'page_contact', 188 192 ), 189 193 ),
Note: See TracChangeset
for help on using the changeset viewer.