Make WordPress Core

Changeset 56798


Ignore:
Timestamp:
10/07/2023 01:53:10 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in wp-admin/user-edit.php.

This resolves a WPCS warning:

Array double arrow not aligned correctly;
expected 1 space(s) between "'type'" and double arrow, but found 15.

Follow-up to [56570], [56680].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r56680 r56798  
    833833                                        __( 'Your website appears to use Basic Authentication, which is not currently compatible with Application Passwords.' ),
    834834                                        array(
    835                                             'type'               => 'error',
     835                                            'type' => 'error',
    836836                                            'additional_classes' => array( 'inline' ),
    837837                                        )
Note: See TracChangeset for help on using the changeset viewer.