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. Built from https://develop.svn.wordpress.org/trunk@50152 git-svn-id: http://core.svn.wordpress.org/trunk@49831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 ),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user