Changeset 49331 for trunk/src/wp-admin/includes/privacy-tools.php
- Timestamp:
- 10/27/2020 05:45:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/privacy-tools.php
r49090 r49331 14 14 * 15 15 * @param int $request_id Request ID. 16 * @return bool|WP_Error Returns true /false based on the success of sending the email, or a WP_Error object.16 * @return bool|WP_Error Returns true if sending the email was successful, or a WP_Error object. 17 17 */ 18 18 function _wp_privacy_resend_request( $request_id ) {
Note: See TracChangeset
for help on using the changeset viewer.