Changeset 48302 for trunk/src/wp-admin/includes/privacy-tools.php
- Timestamp:
- 07/04/2020 08:40:21 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/privacy-tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/privacy-tools.php
r48234 r48302 474 474 $archive_filename = get_post_meta( $request_id, '_export_file_name', true ); 475 475 476 // These are used for backward scompatibility.476 // These are used for backward compatibility. 477 477 $archive_url = get_post_meta( $request_id, '_export_file_url', true ); 478 478 $archive_pathname = get_post_meta( $request_id, '_export_file_path', true );
Note: See TracChangeset
for help on using the changeset viewer.