mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
Move check_permissions() out of ajax_response(). see #15326.
git-svn-id: https://develop.svn.wordpress.org/trunk@16991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -61,6 +61,7 @@ case 'fetch-list' :
|
||||
if ( ! $wp_list_table )
|
||||
die( '0' );
|
||||
|
||||
$wp_list_table->check_permissions();
|
||||
$wp_list_table->ajax_response();
|
||||
|
||||
die( '0' );
|
||||
|
||||
Reference in New Issue
Block a user