Make WordPress Core


Ignore:
Timestamp:
10/18/2020 08:52:01 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Further corrections and promotions for docblocks relating to object types.

See #50768

File:
1 edited

Legend:

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

    r49118 r49197  
    490490 * @since 2.8.0
    491491 *
    492  * @param int    $user_ID
    493  * @param object $old_data
     492 * @param int     $user_ID
     493 * @param WP_User $old_data
    494494 */
    495495function default_password_nag_edit_user( $user_ID, $old_data ) {
Note: See TracChangeset for help on using the changeset viewer.