Docs: Correct some docblock indentation.
See #60699 Built from https://develop.svn.wordpress.org/trunk@58071 git-svn-id: http://core.svn.wordpress.org/trunk@57536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fe416fd2f6
commit
1bbbb4bd75
|
@ -3255,9 +3255,9 @@ function retrieve_password( $user_login = null ) {
|
|||
* @type string $message The body of the email.
|
||||
* @type string $headers The headers of the email.
|
||||
* }
|
||||
* @type string $key The activation key.
|
||||
* @type string $user_login The username for the user.
|
||||
* @type WP_User $user_data WP_User object.
|
||||
* @param string $key The activation key.
|
||||
* @param string $user_login The username for the user.
|
||||
* @param WP_User $user_data WP_User object.
|
||||
*/
|
||||
$notification_email = apply_filters( 'retrieve_password_notification_email', $defaults, $key, $user_login, $user_data );
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58070';
|
||||
$wp_version = '6.6-alpha-58071';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue