mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
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:
parent
c64402e6e4
commit
7a643924c2
@ -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' ),
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user