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-new.php

    r41289 r42228  
    120120
    121121        /**
    122           * Fires after a new user has been created via the network site-new.php page.
    123           *
    124           * @since 4.4.0
    125           *
    126           * @param int $user_id ID of the newly created user.
    127           */
     122         * Fires after a new user has been created via the network site-new.php page.
     123         *
     124         * @since 4.4.0
     125         *
     126         * @param int $user_id ID of the newly created user.
     127         */
    128128        do_action( 'network_site_new_created_user', $user_id );
    129129    }
Note: See TracChangeset for help on using the changeset viewer.