Changeset 43154 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/03/2018 07:27:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r43118 r43154 2263 2263 * @param int $request_id The request ID for this personal data export. 2264 2264 * @param bool $send_as_email Whether the final results of the export should be emailed to the user. 2265 * @param string $exporter_key The slug (key) of the exporter. 2265 2266 * @return array The filtered response. 2266 2267 */ 2267 function wp_privacy_process_personal_data_export_page( $response, $exporter_index, $email_address, $page, $request_id, $send_as_email ) {2268 function wp_privacy_process_personal_data_export_page( $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key ) { 2268 2269 /* Do some simple checks on the shape of the response from the exporter. 2269 2270 * If the exporter response is malformed, don't attempt to consume it - let it
Note: See TracChangeset
for help on using the changeset viewer.