Make WordPress Core


Ignore:
Timestamp:
11/26/2017 11:56:25 PM (7 years ago)
Author:
pento
Message:

General: Fix some precision alignment formatting warnings.

The WPCS WordPress.WhiteSpace.PrecisionAlignment rule throws warnings for a bunch of code that will likely cause issues for wpcbf. Fixing these manually beforehand gives us better auto-fixed results later.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-users.php

    r41652 r42228  
    7474                        $update = 'newuser';
    7575                        /**
    76                           * Fires after a user has been created via the network site-users.php page.
    77                           *
    78                           * @since 4.4.0
    79                           *
    80                           * @param int $user_id ID of the newly created user.
    81                           */
     76                         * Fires after a user has been created via the network site-users.php page.
     77                         *
     78                         * @since 4.4.0
     79                         *
     80                         * @param int $user_id ID of the newly created user.
     81                         */
    8282                        do_action( 'network_site_users_created_user', $user_id );
    8383                    }
Note: See TracChangeset for help on using the changeset viewer.