Make WordPress Core


Ignore:
Timestamp:
04/10/2013 07:57:58 AM (13 years ago)
Author:
markjaquith
Message:

No longer need to work around zend_hash_del_key_or_index bug. fixes #24029. see [4717]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/load.php

    r23373 r23947  
    2828    foreach ( $input as $k => $v )
    2929        if ( !in_array( $k, $no_unset ) && isset( $GLOBALS[$k] ) ) {
    30             $GLOBALS[$k] = null;
    3130            unset( $GLOBALS[$k] );
    3231        }
Note: See TracChangeset for help on using the changeset viewer.