mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
JSHint after [32806]
See #32576. Built from https://develop.svn.wordpress.org/trunk@32815 git-svn-id: http://core.svn.wordpress.org/trunk@32786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
290044ef15
commit
1a4c6ad45d
@ -1138,7 +1138,7 @@
|
||||
// Configure delete button.
|
||||
$removeBtn = control.container.find( '.item-delete' );
|
||||
|
||||
$removeBtn.on( 'click', function( e ) {
|
||||
$removeBtn.on( 'click', function() {
|
||||
// Find an adjacent element to add focus to when this menu item goes away
|
||||
var $adjacentFocusTarget;
|
||||
if ( control.container.next().is( '.customize-control-nav_menu_item' ) ) {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32814';
|
||||
$wp_version = '4.3-alpha-32815';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user