Use a more specific selector for comment moderation hotkeys after [31513].

props afercia.
fixes #31545.
Built from https://develop.svn.wordpress.org/trunk@31929


git-svn-id: http://core.svn.wordpress.org/trunk@31908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-03-30 13:54:26 +00:00
parent 43a99e0f1b
commit cd2e63700e
3 changed files with 5 additions and 3 deletions

View File

@ -603,7 +603,9 @@ $(document).ready(function(){
disableInInput: true, disableInInput: true,
type: 'keypress', type: 'keypress',
noDisable: '.check-column input[type="checkbox"]' noDisable: '.check-column input[type="checkbox"]'
} },
cycle_expr: '#the-comment-list tr',
start_row_index: 0
} }
); );
} }

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-beta3-31928'; $wp_version = '4.2-beta3-31929';
/** /**
* 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.