mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-26 18:21:30 +01:00
Remove debug cruft from [33511].
see #32710. Built from https://develop.svn.wordpress.org/trunk@33515 git-svn-id: http://core.svn.wordpress.org/trunk@33482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f70ef0c9a4
commit
e7b4ca0630
@ -139,7 +139,6 @@
|
|||||||
|
|
||||||
// Clear the search results.
|
// Clear the search results.
|
||||||
$( '.clear-results' ).on( 'click keydown', function( event ) {
|
$( '.clear-results' ).on( 'click keydown', function( event ) {
|
||||||
console.log(event);
|
|
||||||
if ( event.type === 'keydown' && ( 13 !== event.which && 32 !== event.which ) ) { // "return" or "space" keys only
|
if ( event.type === 'keydown' && ( 13 !== event.which && 32 !== event.which ) ) { // "return" or "space" keys only
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
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.3-RC1-33514';
|
$wp_version = '4.3-RC1-33515';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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