Twenty Fifteen: correct number of menus used in comments

Props jeherve, see #30149



git-svn-id: https://develop.svn.wordpress.org/trunk@30568 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-11-25 20:37:42 +00:00
parent 78cff98ef9
commit 3c19ea9381
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function twentyfifteen_setup() {
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 825, 510, true );
// This theme uses wp_nav_menu() in one location.
// This theme uses wp_nav_menu() in two locations.
register_nav_menus( array(
'primary' => __( 'Primary Menu', 'twentyfifteen' ),
'social' => __( 'Social Links Menu', 'twentyfifteen' ),