Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49539 r49927  
    1414 *
    1515 * @param int $request_id Request ID.
    16  * @return bool|WP_Error Returns true if sending the email was successful, or a WP_Error object.
     16 * @return true|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.