Ticket #39104: 39104.diff
File 39104.diff, 1.0 KB (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/functions.php
169 169 'top' => array( 170 170 'name' => __( 'Top Menu', 'twentyseventeen' ), 171 171 'items' => array( 172 ' page_home',172 'link_home', 173 173 'page_about', 174 174 'page_blog', 175 175 'page_contact', -
src/wp-includes/theme.php
1965 1965 ) ), 1966 1966 ), 1967 1967 'nav_menus' => array( 1968 'page_home' => array( 1969 'type' => 'post_type', 1970 'object' => 'page', 1971 'object_id' => '{{home}}', 1968 'link_home' => array( 1969 'title' => _x( 'Home', 'Theme starter content' ), 1970 'url' => get_home_url(), 1972 1971 ), 1973 1972 'page_about' => array( 1974 1973 'type' => 'post_type',