mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
Customize: Fix nav menu item search after Backbone update.
Fixes regression introduced in [36546]. See #34350. Built from https://develop.svn.wordpress.org/trunk@36675 git-svn-id: http://core.svn.wordpress.org/trunk@36642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
937b0c3241
commit
5ed6b0d31c
@ -187,6 +187,8 @@
|
|||||||
|
|
||||||
// Close the panel if the URL in the preview changes
|
// Close the panel if the URL in the preview changes
|
||||||
api.previewer.bind( 'url', this.close );
|
api.previewer.bind( 'url', this.close );
|
||||||
|
|
||||||
|
self.delegateEvents();
|
||||||
},
|
},
|
||||||
|
|
||||||
// Search input change handler.
|
// Search input change handler.
|
||||||
|
4
wp-admin/js/customize-nav-menus.min.js
vendored
4
wp-admin/js/customize-nav-menus.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-alpha-36674';
|
$wp_version = '4.5-alpha-36675';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user