Make WordPress Core


Ignore:
Timestamp:
10/27/2020 05:45:29 PM (5 years ago)
Author:
helen
Message:

Privacy: Show notices for both failed and successful bulk actions.

Props javorszky, garrett-eclipse, hellofromTonya.
Fixes #44081.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/privacy-tools.php

    r49090 r49331  
    1414 *
    1515 * @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.
    1717 */
    1818function _wp_privacy_resend_request( $request_id ) {
Note: See TracChangeset for help on using the changeset viewer.