Privacy: Remove some unnecessary parameters being passed to wp_update_post()
by wp_generate_user_request_key()
.
Props garrett-eclipse. Fixes #44908. git-svn-id: https://develop.svn.wordpress.org/trunk@44491 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b4c34c1710
commit
37b849714f
@ -3534,8 +3534,6 @@ function wp_generate_user_request_key( $request_id ) {
|
||||
'ID' => $request_id,
|
||||
'post_status' => 'request-pending',
|
||||
'post_password' => $wp_hasher->HashPassword( $key ),
|
||||
'post_modified' => current_time( 'mysql', false ),
|
||||
'post_modified_gmt' => current_time( 'mysql', true ),
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user