Make WordPress Core


Ignore:
Timestamp:
09/05/2026 09:52:14 AM (5 days ago)
Author:
wildworks
Message:

Docs: Align @param tag columns in users and multisite docblocks.

Aligns @param tag columns in docblocks across the users and multisite code per the PHP inline documentation standards.

Developed in: https://github.com/WordPress/wordpress-develop/pull/13314

Props mukesh27, wildworks.
See #65818.

File:
1 edited

Legend:

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

    r62967 r63496  
    155155                         * @since 5.6.0
    156156                         *
    157                          * @param array $new_user_email {
     157                         * @param array  $new_user_email {
    158158                         *     Used to build wp_mail().
    159159                         *
     
    163163                         *     @type string $headers Headers.
    164164                         * }
    165                          * @param int    $user_id     The invited user's ID.
    166                          * @param array  $role        Array containing role information for the invited user.
    167                          * @param string $newuser_key The key of the invitation.
     165                         * @param int    $user_id        The invited user's ID.
     166                         * @param array  $role           Array containing role information for the invited user.
     167                         * @param string $newuser_key    The key of the invitation.
    168168                         *
    169169                         */
Note: See TracChangeset for help on using the changeset viewer.