Make WordPress Core

Changeset 63173 for trunk


Ignore:
Timestamp:
08/11/2026 04:42:06 AM (2 days ago)
Author:
peterwilsoncc
Message:

Docs: Reorder docblock annotations for send_confirmation_on_profile_email().

Moves the @param annotation below @global per the documentation standards.

Props peterwilsoncc, mukesh27.
See #64896.

File:
1 edited

Legend:

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

    r63067 r63173  
    38613861 * @since 7.0.3 Added the `$user_id` parameter, which is sent with the `personal_options_update` action.
    38623862 *
     3863 * @global WP_Error $errors WP_Error object.
     3864 *
    38633865 * @param int $user_id Optional. The ID of the user whose email is being changed. Defaults to `$_POST['user_id']` if set, otherwise 0.
    3864  *
    3865  * @global WP_Error $errors WP_Error object.
    38663866 */
    38673867function send_confirmation_on_profile_email( $user_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.