Make WordPress Core

Changeset 61538


Ignore:
Timestamp:
01/27/2026 06:15:23 PM (6 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions for some user function parameters.

Follow-up to [32642], [32654], [34021].

Props huzaifaalmesbah.
See #64224.

File:
1 edited

Legend:

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

    r61444 r61538  
    483483 * @since 2.8.0
    484484 *
    485  * @global int $user_ID
     485 * @global int $user_ID Current user ID.
    486486 *
    487487 * @param false $errors Deprecated.
     
    506506 * @since 2.8.0
    507507 *
    508  * @param int     $user_ID
    509  * @param WP_User $old_data
     508 * @param int     $user_ID  User ID.
     509 * @param WP_User $old_data The user object before the update.
    510510 */
    511511function default_password_nag_edit_user( $user_ID, $old_data ) {
     
    603603 * @since MU (3.0.0)
    604604 *
    605  * @param string $text
     605 * @param string $text The email body text.
    606606 * @return string User site invitation email message.
    607607 */
Note: See TracChangeset for help on using the changeset viewer.