Make WordPress Core


Ignore:
Timestamp:
02/02/2021 08:40:53 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update documentation for wp_create_user_request() per the documentation standards.

Add a @since note for the $send_confirmation_email parameter.

Follow-up to [50159].

See #43890.

File:
1 edited

Legend:

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

    r50159 r50165  
    115115
    116116                if ( ! isset( $_POST['send_confirmation_email'] ) ) {
    117                     $send_confirmation_email   = false;
     117                    $send_confirmation_email = false;
    118118                }
    119119
Note: See TracChangeset for help on using the changeset viewer.