Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (18 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

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

    r5510 r5700  
    259259        if ( $query )
    260260            $this->query($query);
    261    
     261
    262262        if ( !isset($this->last_result[$y]) )
    263263            return null;
     
    373373        if ( !$this->show_errors )
    374374            return false;
    375        
     375
    376376        header('Content-Type: text/html; charset=utf-8');
    377377
Note: See TracChangeset for help on using the changeset viewer.