Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
miksansegundo committed May 10, 2024
1 parent d1189e2 commit da86973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function ( $user_id, $old_user_data, $user_data ) {
array(
'method' => 'POST',
),
(object) array( 'language' => $locale ),
array( 'language' => $locale ),
'wpcom'
);
},
Expand Down

0 comments on commit da86973

Please sign in to comment.