wordpress-develop/tests/phpunit/tests/customize
Weston Ruter 3c0e4d3860 Customizer: Prevent loss of walker and fallback_cb args for wp_nav_menu.
These args only need to be cleared out when exported to JavaScript, when they are not JSON-serializable. So the filter now clears these when gathering args for exporting to JS, but otherwise now leaves the original values to be passed through to `wp_nav_menu()`.

Fixes #32781.


git-svn-id: https://develop.svn.wordpress.org/trunk@33131 602fd350-edb4-49c9-b593-d223f7449a82
2015-07-08 20:17:52 +00:00
..
manager.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00
nav-menu-item-setting.php Add menu management to the Customizer. 2015-06-16 22:07:08 +00:00
nav-menu-setting.php Customizer: Fix saving menus with empty names or names that are already used. 2015-07-03 20:46:48 +00:00
nav-menus.php Customizer: Prevent loss of walker and fallback_cb args for wp_nav_menu. 2015-07-08 20:17:52 +00:00
panel.php Add JS templates for Customizer Panels and Sections. 2015-05-30 00:02:13 +00:00
section.php Add JS templates for Customizer Panels and Sections. 2015-05-30 00:02:13 +00:00
setting.php Use assertFalse() rather than assertNull() in Tests_WP_Customize_Setting::test_is_current_blog_previewed(). 2015-06-18 14:07:35 +00:00
widgets.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00