Bulk action hot keys for comments. Props nbachiyski. see #7643

git-svn-id: https://develop.svn.wordpress.org/trunk@8804 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-09-04 17:53:14 +00:00
parent bc27b345eb
commit 3bcb702d2d
3 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ jQuery( function($) {
$( 'thead :checkbox' ).click( function() {
checkAll( $(this).parents( 'form:first' ) );
} );
} );
} );