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:
Peter Westwood 2010-11-08 09:15:47 +00:00
parent 417830b4e6
commit f091f10b0f
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ case 'fetch-list' :
$current_screen = (object) $_GET['list_args']['screen'];
//TODO fix this in a better way see #15336
$curent_screen['is_network'] = (bool) $curent_screen['is_network'];
$curent_screen['is_user'] = (bool) $curent_screen['is_user'];
$current_screen['is_network'] = (bool) $current_screen['is_network'];
$current_screen['is_user'] = (bool) $current_screen['is_user'];
$wp_list_table = get_list_table( $_GET['list_args']['class'] );
if ( ! $wp_list_table )