From 3e2ec6c2159453174fe1955451dcecbde4fb7d71 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 2 Nov 2021 20:18:09 +0000 Subject: [PATCH] Coding Standards: Fix some WPCS errors and warnings in `wp-admin/user-edit.php`: * Add missing translators comment. * Add missing space, correct indentation. * Put opening and closing PHP tag on a line by itself. * Remove unnecessary escaping for consistency with other strings. Follow-up to [51980]. See #53658. git-svn-id: https://develop.svn.wordpress.org/trunk@51988 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/user-edit.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index 101ac5269c..813c5eb5cd 100644 --- a/src/wp-admin/user-edit.php +++ b/src/wp-admin/user-edit.php @@ -796,14 +796,17 @@ endif; $application_passwords_list_table->display(); ?> - -

-

set the environment type accordingly to enable application passwords.' ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/#wp_environment_type' ) - ); - ?>

+ +

+

+ set the environment type accordingly to enable application passwords.' ), + __( 'https://wordpress.org/support/article/editing-wp-config-php/#wp_environment_type' ) + ); + ?> +