Make WordPress Core

Changeset 63189


Ignore:
Timestamp:
08/11/2026 10:54:56 PM (17 hours ago)
Author:
peterwilsoncc
Message:

Docs: Reorder docblock annotations for send_confirmation_on_profile_email().

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

Reviewed by joedolson, johnbillion.
Merges r63173 to the 7.1 branch.

Props peterwilsoncc, mukesh27.
See #64896.

Location:
branches/7.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.1

  • branches/7.1/src/wp-includes/user.php

    r63067 r63189  
    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.