Make WordPress Core

Changeset 7152


Ignore:
Timestamp:
03/04/2008 04:33:40 AM (16 years ago)
Author:
matt
Message:

Don't timeout while importing WXR. Fixes #6089. Hat tip: tellyworth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/wordpress.php

    r7104 r7152  
    339339        if ( $post_ID && !empty($this->post_ids_processed[$post_ID]) ) // Processed already
    340340            return 0;
     341       
     342        set_time_limit( 60 );
    341343
    342344        // There are only ever one of these
Note: See TracChangeset for help on using the changeset viewer.