Changeset 54891 for trunk/src/wp-admin/includes/privacy-tools.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/privacy-tools.php
r53455 r54891 536 536 } 537 537 538 $zip = new ZipArchive ;538 $zip = new ZipArchive(); 539 539 if ( true === $zip->open( $archive_pathname, ZipArchive::CREATE ) ) { 540 540 if ( ! $zip->addFile( $json_report_pathname, 'export.json' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.