Make WordPress Core


Ignore:
Timestamp:
12/16/2010 08:43:22 AM (14 years ago)
Author:
nacin
Message:

Remove check_permissions() calls outside of AJAX context. Also only check for switch_themes in check_permissions() for the themes table. see #15326.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r16980 r16990  
    2525
    2626$wp_list_table = get_list_table('WP_Posts_List_Table');
    27 $wp_list_table->check_permissions();
    2827$pagenum = $wp_list_table->get_pagenum();
    2928
Note: See TracChangeset for help on using the changeset viewer.