Fix typo. See #15336 props Utkarsh.
git-svn-id: https://develop.svn.wordpress.org/trunk@16232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
417830b4e6
commit
f091f10b0f
|
@ -54,8 +54,8 @@ case 'fetch-list' :
|
||||||
|
|
||||||
$current_screen = (object) $_GET['list_args']['screen'];
|
$current_screen = (object) $_GET['list_args']['screen'];
|
||||||
//TODO fix this in a better way see #15336
|
//TODO fix this in a better way see #15336
|
||||||
$curent_screen['is_network'] = (bool) $curent_screen['is_network'];
|
$current_screen['is_network'] = (bool) $current_screen['is_network'];
|
||||||
$curent_screen['is_user'] = (bool) $curent_screen['is_user'];
|
$current_screen['is_user'] = (bool) $current_screen['is_user'];
|
||||||
|
|
||||||
$wp_list_table = get_list_table( $_GET['list_args']['class'] );
|
$wp_list_table = get_list_table( $_GET['list_args']['class'] );
|
||||||
if ( ! $wp_list_table )
|
if ( ! $wp_list_table )
|
||||||
|
|
Loading…
Reference in New Issue