Customizer: Set a correct default for `nav_menu_locations` setting.

props westonruter.
fixes #33088.

git-svn-id: https://develop.svn.wordpress.org/trunk@33421 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-07-26 02:00:14 +00:00
parent a3f2503ddc
commit d279b43d2d
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ final class WP_Customize_Nav_Menus {
'theme_supports' => 'menus', 'theme_supports' => 'menus',
'type' => 'theme_mod', 'type' => 'theme_mod',
'transport' => 'postMessage', 'transport' => 'postMessage',
'default' => 0,
) ); ) );
} }