Changeset 17344 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/21/2011 09:17:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r17343 r17344 82 82 'plural' => '', 83 83 'singular' => '', 84 'ajax' => true84 'ajax' => false 85 85 ) ); 86 86 … … 94 94 $this->_args = $args; 95 95 96 //if ( $args['ajax'] ) {97 //wp_enqueue_script( 'list-table' );98 //add_action( 'admin_footer', array( &$this, '_js_vars' ) );99 //}96 if ( $args['ajax'] ) { 97 // wp_enqueue_script( 'list-table' ); 98 add_action( 'admin_footer', array( &$this, '_js_vars' ) ); 99 } 100 100 } 101 101
Note: See TracChangeset
for help on using the changeset viewer.