Make WordPress Core


Ignore:
Timestamp:
08/25/2010 01:59:13 AM (15 years ago)
Author:
scribu
Message:

Rename admin-table.js to list-table.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/list-table.php

    r15528 r15530  
    8989
    9090        if ( $args['ajax'] ) {
    91             wp_enqueue_script( 'admin-table' );
     91            wp_enqueue_script( 'list-table' );
    9292            add_action( 'admin_footer', array( $this, '_js_vars' ) );
    9393        }
Note: See TracChangeset for help on using the changeset viewer.