Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:18:39 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r10974 r11013  
    9797        $gmt = true;
    9898    }
    99    
     99
    100100    // store original value for language with untypical grammars
    101101    // see http://core.trac.wordpress.org/ticket/9396
    102102    $req_format = $dateformatstring;
    103    
     103
    104104    $datefunc = $gmt? 'gmdate' : 'date';
    105105
     
    16841684    if ( !isset( $alloptions['siteurl'] ) )
    16851685        $installed = $wpdb->get_var( "SELECT option_value FROM $wpdb->options WHERE option_name = 'siteurl'" );
    1686     else 
     1686    else
    16871687        $installed = $alloptions['siteurl'];
    16881688    $wpdb->suppress_errors( $suppress );
Note: See TracChangeset for help on using the changeset viewer.