Twenty Fifteen: correct number of menus used in comments

Props jeherve, see #30149


Built from https://develop.svn.wordpress.org/trunk@30568


git-svn-id: http://core.svn.wordpress.org/trunk@30558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-25 20:38:25 +00:00
parent c64402e6e4
commit 7a643924c2
2 changed files with 2 additions and 2 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' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30567';
$wp_version = '4.1-beta2-30568';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.