- Timestamp:
- 11/11/2019 09:03:55 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 46701-46702,46711
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-content/themes/twentytwenty/inc/starter-content.php
r46571 r46712 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.