Make WordPress Core

Changeset 30568


Ignore:
Timestamp:
11/25/2014 08:37:42 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: correct number of menus used in comments

Props jeherve, see #30149

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r30394 r30568  
    8181    set_post_thumbnail_size( 825, 510, true );
    8282
    83     // This theme uses wp_nav_menu() in one location.
     83    // This theme uses wp_nav_menu() in two locations.
    8484    register_nav_menus( array(
    8585        'primary' => __( 'Primary Menu',      'twentyfifteen' ),
Note: See TracChangeset for help on using the changeset viewer.