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-includes/user.php

    r63487 r63496  
    25992599         * @since 5.8.0 The `$userdata` parameter was added.
    26002600         *
    2601          * @param array $meta {
     2601         * @param array   $meta {
    26022602         *     Default meta values and keys for the user.
    26032603         *
     
    34623462         * @since 6.0.0
    34633463         *
    3464          * @param array $defaults {
     3464         * @param array   $defaults {
    34653465         *     The default notification email arguments. Used to build wp_mail().
    34663466         *
Note: See TracChangeset for help on using the changeset viewer.