Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/wp-includes/cron.php

    r5972 r8521  
    134134    $schedules = array(
    135135        'hourly' => array( 'interval' => 3600, 'display' => __('Once Hourly') ),
     136        'twicedaily' => array( 'interval' => 43200, 'display' => __('Twice Daily') ),
    136137        'daily' => array( 'interval' => 86400, 'display' => __('Once Daily') ),
    137138    );
Note: See TracChangeset for help on using the changeset viewer.