Changeset 4834 for trunk/wp-includes/cron.php
- Timestamp:
- 01/30/2007 01:06:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cron.php
r4362 r4834 94 94 95 95 function wp_cron() { 96 // Prevent infinite loops caused by lack of wp-cron.php 97 if ( strpos($_SERVER['REQUEST_URI'], '/wp-cron.php') !== false ) 98 return; 99 96 100 $crons = _get_cron_array(); 97 101
Note: See TracChangeset
for help on using the changeset viewer.