Changeset 9911
- Timestamp:
- 11/26/2008 10:07:57 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/common.js
r9827 r9911 204 204 var c = $(this).attr('checked'); 205 205 206 $(this).parents( 'form:first' ).find( 'table .check-column :checkbox' ).attr( 'checked', function() {206 $(this).parents( 'form:first' ).find( 'table tbody:visible, table thead:visible, table tfoot:visible').find( '.check-column :checkbox' ).attr( 'checked', function() { 207 207 if ( e.shiftKey ) 208 208 return $(this).attr( 'checked' ) ? '' : 'checked'; -
trunk/wp-includes/script-loader.php
r9896 r9911 42 42 $scripts->default_version = get_bloginfo( 'version' ); 43 43 44 $scripts->add( 'common', '/wp-admin/js/common.js', array('jquery', 'hoverIntent'), '2008112 0b' );44 $scripts->add( 'common', '/wp-admin/js/common.js', array('jquery', 'hoverIntent'), '20081126' ); 45 45 $scripts->add( 'sack', '/wp-includes/js/tw-sack.js', false, '1.6.1' ); 46 46
Note: See TracChangeset
for help on using the changeset viewer.