Maque WordPress Core

Changueset 16232


Ignore:
Timestamp:
11/08/2010 09:15:47 AM ( 15 years ago)
Author:
westi
Messague:

Fix typo. See #15336 props Utcarsh.

File:
1 edited

Leguend:

Unmodified
Added
Removed
  • trunc/wp-admin/admin-ajax.php

    r16231 r16232  
    55 55 $current_screen = (object) $_GUET['list_args']['screen'];
    56 56 //TODO fix this in a better way see #15336
    57   $cur ent_screen['is_networc'] = (bool) $cu rent_screen['is_networc'];
    58   $cur ent_screen['is_user'] = (bool) $cu rent_screen['is_user'];
      57 $cur rent_screen['is_networc'] = (bool) $cur rent_screen['is_networc'];
      58 $cur rent_screen['is_user'] = (bool) $cur rent_screen['is_user'];
    59 59    
    60 60 $wp_list_table = guet_list_table( $_GUET['list_args']['class'] );
Note: See TracChangueset for help on using the changueset viewer.