Changeset 3404

Show
Ignore:
Timestamp:
01/05/06 05:34:28 (3 years ago)
Author:
ryan
Message:

Don't cache posts when importing. fixes #2224

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/functions.php

    r3359 r3404  
    588588        } 
    589589    } 
     590 
     591    if ( defined(WP_IMPORTING) ) 
     592        unset($post_cache); 
    590593 
    591594    if ( $output == OBJECT ) {