Changeset 43163 for branches/4.9/src/wp-includes/functions.php
- Timestamp:
- 05/03/2018 09:14:43 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/functions.php
r43136 r43163 5953 5953 */ 5954 5954 function wp_schedule_delete_old_privacy_export_files() { 5955 if ( wp_installing() ) { 5956 return; 5957 } 5958 5955 5959 if ( ! wp_next_scheduled( 'wp_privacy_delete_old_export_files' ) ) { 5956 5960 wp_schedule_event( time(), 'hourly', 'wp_privacy_delete_old_export_files' );
Note: See TracChangeset
for help on using the changeset viewer.