Changeset 43097
- Timestamp:
- 05/02/2018 02:37:50 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/functions.php
r43095 r43097 5959 5959 */ 5960 5960 function wp_privacy_delete_old_export_files() { 5961 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 5962 5961 5963 $upload_dir = wp_upload_dir(); 5962 5964 $exports_dir = trailingslashit( $upload_dir['basedir'] . '/exports' );
Note: See TracChangeset
for help on using the changeset viewer.