Changeset 23947 for trunk/wp-includes/load.php
- Timestamp:
- 04/10/2013 07:57:58 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r23373 r23947 28 28 foreach ( $input as $k => $v ) 29 29 if ( !in_array( $k, $no_unset ) && isset( $GLOBALS[$k] ) ) { 30 $GLOBALS[$k] = null;31 30 unset( $GLOBALS[$k] ); 32 31 }
Note: See TracChangeset
for help on using the changeset viewer.