Changeset 13725 for trunk/wp-cron.php
- Timestamp:
- 03/17/2010 04:39:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-cron.php
r11826 r13725 2 2 /** 3 3 * WordPress Cron Implementation for hosts, which do not offer CRON or for which 4 * the user has not set up a CRON job pointing to this file.4 * the user has not set up a CRON job pointing to this file. 5 5 * 6 6 * The HTTP request to this file will not slow down the visitor who happens to … … 23 23 24 24 if ( !defined('ABSPATH') ) { 25 /** Set up WordPress environment */25 /** Set up WordPress environment */ 26 26 require_once('./wp-load.php'); 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.