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-results' ).on( 'click keydown', function( event ) {
|
||||
console.log(event);
|
||||
if ( event.type === 'keydown' && ( 13 !== event.which && 32 !== event.which ) ) { // "return" or "space" keys only
|
||||
return;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue