File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ final public function action_set_auth_cookie(
8181 string $ token
8282 ): void {
8383 $ _COOKIE [ SECURE_AUTH_COOKIE ] = $ cookie ;
84- $ _COOKIE [ AUTH_COOKIE ] = $ cookie ;
84+ $ _COOKIE [ AUTH_COOKIE ] = $ cookie ;
8585 }
8686
8787 final public function action_set_logged_in_cookie ( string $ cookie ): void {
@@ -1169,8 +1169,8 @@ public function test_changing_own_password_retains_current_session( bool $rememb
11691169 'ID ' => $ user ->ID ,
11701170 'user_pass ' => 'my_new_password ' ,
11711171 );
1172- $ updated = wp_update_user ( $ userdata , $ manager );
1173- $ parsed = wp_parse_auth_cookie ();
1172+ $ updated = wp_update_user ( $ userdata , $ manager );
1173+ $ parsed = wp_parse_auth_cookie ();
11741174
11751175 // Check the prerequisites:
11761176 $ this ->assertNotWPError ( $ updated );
You can’t perform that action at this time.
0 commit comments