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:
parent
43a99e0f1b
commit
cd2e63700e
|
@ -603,7 +603,9 @@ $(document).ready(function(){
|
|||
disableInInput: true,
|
||||
type: 'keypress',
|
||||
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
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue