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:
Helen Hou-Sandí 2015-07-29 23:53:49 +00:00
parent f70ef0c9a4
commit e7b4ca0630
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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.