Fix typo. See #15336 props Utkarsh.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-11-08 09:15:47 +00:00
parent 80adf4829f
commit f7641e08fe
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 )