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

    r62632 r63496  
    932932                                         * @since 2.8.0
    933933                                         *
    934                                          * @param bool    $enable      Whether to display the capabilities. Default true.
     934                                         * @param bool    $enable       Whether to display the capabilities. Default true.
    935935                                         * @param WP_User $profile_user The current WP_User object.
    936936                                         */
Note: See TracChangeset for help on using the changeset viewer.