Nav menus: Reset the fallback_cb default argument in wp_nav_menu in case of a Customizer preview.

props westonruter.
see #32576.
Built from https://develop.svn.wordpress.org/trunk@32763


git-svn-id: http://core.svn.wordpress.org/trunk@32734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2015-06-14 17:14:24 +00:00
parent 55f3b68c75
commit 8dcd236ba3
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32762';
$wp_version = '4.3-alpha-32763';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.