Make WordPress Core

Changeset 5458


Ignore:
Timestamp:
05/12/2007 07:30:38 PM (18 years ago)
Author:
rob1n
Message:

Don't make useless status_header() call. fixes #4249

File:
1 edited

Legend:

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

    r5455 r5458  
    371371            return false;
    372372       
    373         if ( function_exists( 'status_header' ) ) {
    374             status_header( 503 );
    375         }
    376        
    377373        header('Content-Type: text/html; charset=utf-8');
    378374
Note: See TracChangeset for help on using the changeset viewer.