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. Built from https://develop.svn.wordpress.org/trunk@50165 git-svn-id: http://core.svn.wordpress.org/trunk@49844 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -114,7 +114,7 @@ function _wp_personal_data_handle_actions() {
|
||||
$send_confirmation_email = true;
|
||||
|
||||
if ( ! isset( $_POST['send_confirmation_email'] ) ) {
|
||||
$send_confirmation_email = false;
|
||||
$send_confirmation_email = false;
|
||||
}
|
||||
|
||||
if ( ! in_array( $action_type, _wp_privacy_action_request_types(), true ) ) {
|
||||
|
||||
Reference in New Issue
Block a user