Changeset 43157 for branches/4.9/src/wp-admin/includes/file.php
- Timestamp:
- 05/03/2018 07:37:32 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/file.php
r43119 r43157 2126 2126 * @param int $request_id The request ID for this personal data export. 2127 2127 * @param bool $send_as_email Whether the final results of the export should be emailed to the user. 2128 * @param string $exporter_key The slug (key) of the exporter. 2128 2129 * @return array The filtered response. 2129 2130 */ 2130 function wp_privacy_process_personal_data_export_page( $response, $exporter_index, $email_address, $page, $request_id, $send_as_email ) {2131 function wp_privacy_process_personal_data_export_page( $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key ) { 2131 2132 /* Do some simple checks on the shape of the response from the exporter. 2132 2133 * If the exporter response is malformed, don't attempt to consume it - let it
Note: See TracChangeset
for help on using the changeset viewer.