Make WordPress Core


Ignore:
Timestamp:
10/29/2008 10:56:48 PM (16 years ago)
Author:
ryan
Message:

Wrong view ryan

File:
1 edited

Legend:

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

    r9403 r9406  
    179179        return;
    180180
    181     // WPCOM: Use SERVER_ADDR
    182     //$cron_url = get_option( 'siteurl' ) . '/wp-cron.php?check=' . wp_hash('187425');
    183181    $cron_url = 'http://' . $_SERVER['SERVER_ADDR'] . '/wp-cron.php?check=' . wp_hash('187425');
    184182    /*
Note: See TracChangeset for help on using the changeset viewer.