Coding Standards: Fix several minor coding standards issues.

These are made by running `composer format`.

Follow up to [50124], [50129], [50143].

See #49961, #52192, #34281.

git-svn-id: https://develop.svn.wordpress.org/trunk@50152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-02-02 18:02:36 +00:00
parent 39edb7abe9
commit 6b3c79d67e
4 changed files with 9 additions and 9 deletions

View File

@@ -1083,8 +1083,8 @@ function wp_default_scripts( $scripts ) {
'user-profile',
'userProfileL10n',
array(
'user_id' => $user_id,
'nonce' => wp_create_nonce( 'reset-password-for-' . $user_id ),
'user_id' => $user_id,
'nonce' => wp_create_nonce( 'reset-password-for-' . $user_id ),
)
);