Plugin Directory

Changeset 464676


Ignore:
Timestamp:
11/18/2011 01:18:20 PM (14 years ago)
Author:
moshthepitt
Message:

minor bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dukapress/trunk/dukapress.php

    r459339 r464676  
    25442544    $date = date('M-d-Y', strtotime("+1 days"));
    25452545    $next_time_stamp = strtotime($date) + 18000;
    2546     wp_schedule_event($next_time_stamp, 'dailly', 'dp_delete_files_daily');
     2546    wp_schedule_event($next_time_stamp, 'daily', 'dp_delete_files_daily');
    25472547    update_option('dpsc_version_info', 1.22);
    25482548}
Note: See TracChangeset for help on using the changeset viewer.