Privacy: Fix a code formatting error introduced in [44491].
See #44908. Built from https://develop.svn.wordpress.org/trunk@44494 git-svn-id: http://core.svn.wordpress.org/trunk@44325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3531,9 +3531,9 @@ function wp_generate_user_request_key( $request_id ) {
|
||||
|
||||
wp_update_post(
|
||||
array(
|
||||
'ID' => $request_id,
|
||||
'post_status' => 'request-pending',
|
||||
'post_password' => $wp_hasher->HashPassword( $key ),
|
||||
'ID' => $request_id,
|
||||
'post_status' => 'request-pending',
|
||||
'post_password' => $wp_hasher->HashPassword( $key ),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user