mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-admin.
See #47632. git-svn-id: https://develop.svn.wordpress.org/trunk@45583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -602,7 +602,8 @@ endif; //!IS_PROFILE_PAGE
|
||||
* @param bool $show Whether to show the password fields. Default true.
|
||||
* @param WP_User $profileuser User object for the current user to edit.
|
||||
*/
|
||||
if ( $show_password_fields = apply_filters( 'show_password_fields', true, $profileuser ) ) :
|
||||
$show_password_fields = apply_filters( 'show_password_fields', true, $profileuser );
|
||||
if ( $show_password_fields ) :
|
||||
?>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user