Changeset 464676
- Timestamp:
- 11/18/2011 01:18:20 PM (14 years ago)
- File:
-
- 1 edited
-
dukapress/trunk/dukapress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dukapress/trunk/dukapress.php
r459339 r464676 2544 2544 $date = date('M-d-Y', strtotime("+1 days")); 2545 2545 $next_time_stamp = strtotime($date) + 18000; 2546 wp_schedule_event($next_time_stamp, 'dail ly', 'dp_delete_files_daily');2546 wp_schedule_event($next_time_stamp, 'daily', 'dp_delete_files_daily'); 2547 2547 update_option('dpsc_version_info', 1.22); 2548 2548 }
Note: See TracChangeset
for help on using the changeset viewer.