Make WordPress Core


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

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

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

    r5274 r5700  
    8484    $cron_url = get_option( 'siteurl' ) . '/wp-cron.php';
    8585    $parts = parse_url( $cron_url );
    86    
     86
    8787    if ($parts['scheme'] == 'https') {
    8888        // support for SSL was added in 4.3.0
     
    9595        $argyle = @ fsockopen( $parts['host'], $_SERVER['SERVER_PORT'], $errno, $errstr, 0.01 );
    9696    }
    97    
     97
    9898    if ( $argyle )
    9999        fputs( $argyle,
Note: See TracChangeset for help on using the changeset viewer.