Changeset 9406 for trunk/wp-includes/cron.php
- Timestamp:
- 10/29/2008 10:56:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cron.php
r9403 r9406 179 179 return; 180 180 181 // WPCOM: Use SERVER_ADDR182 //$cron_url = get_option( 'siteurl' ) . '/wp-cron.php?check=' . wp_hash('187425');183 181 $cron_url = 'http://' . $_SERVER['SERVER_ADDR'] . '/wp-cron.php?check=' . wp_hash('187425'); 184 182 /*
Note: See TracChangeset
for help on using the changeset viewer.