- Timestamp:
- 05/03/2018 09:11:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r43081 r43162 6265 6265 */ 6266 6266 function wp_schedule_delete_old_privacy_export_files() { 6267 if ( wp_installing() ) { 6268 return; 6269 } 6270 6267 6271 if ( ! wp_next_scheduled( 'wp_privacy_delete_old_export_files' ) ) { 6268 6272 wp_schedule_event( time(), 'hourly', 'wp_privacy_delete_old_export_files' );
Note: See TracChangeset
for help on using the changeset viewer.