From 3c19ea9381b2ee80720a2ec835bd9204d551a43c Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Tue, 25 Nov 2014 20:37:42 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfifteen/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index 7fc5374fc2..429b5e1613 100644 --- a/src/wp-content/themes/twentyfifteen/functions.php +++ b/src/wp-content/themes/twentyfifteen/functions.php @@ -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' ),