Changes from trunk/wp-includes/cron.php at r5972 to branches/2.6/wp-includes/cron.php at r8521
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/cron.php
r5972 r8521 134 134 $schedules = array( 135 135 'hourly' => array( 'interval' => 3600, 'display' => __('Once Hourly') ), 136 'twicedaily' => array( 'interval' => 43200, 'display' => __('Twice Daily') ), 136 137 'daily' => array( 'interval' => 86400, 'display' => __('Once Daily') ), 137 138 );
Note: See TracChangeset
for help on using the changeset viewer.