Make WordPress Core


Ignore:
Timestamp:
01/16/2011 09:47:24 PM (14 years ago)
Author:
nacin
Message:

Remove AJAX from list tables. first pass. see #16262.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r17307 r17322  
    1212    wp_die( __( 'You do not have sufficient permissions to edit the links for this site.' ) );
    1313
    14 $wp_list_table = get_list_table('WP_Links_List_Table');
     14$wp_list_table = _get_list_table('WP_Links_List_Table');
    1515
    1616// Handle bulk deletes
Note: See TracChangeset for help on using the changeset viewer.