mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
Docs: Docblocks consistency fixes after [52604].
Follow-up to [52604]. Fixes #54690. Built from https://develop.svn.wordpress.org/trunk@52605 git-svn-id: http://core.svn.wordpress.org/trunk@52193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e87e3dcf58
commit
0dcc9fd03a
@ -2939,11 +2939,11 @@ function retrieve_password( $user_login = null ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter whether to send the retrieve password email.
|
||||
* Filters whether to send the retrieve password email.
|
||||
*
|
||||
* @since 6.0.0
|
||||
*
|
||||
* @param bool $send False to prevent sending. Default: true
|
||||
* @param bool $send False to prevent sending. Default true.
|
||||
*/
|
||||
if ( ! apply_filters( 'send_retrieve_password_email', true ) ) {
|
||||
return true;
|
||||
@ -3039,7 +3039,7 @@ function retrieve_password( $user_login = null ) {
|
||||
$data = compact( 'key', 'user_login', 'user_data' );
|
||||
|
||||
/**
|
||||
* Filter the contents of the reset password notification email sent to the user.
|
||||
* Filters the contents of the reset password notification email sent to the user.
|
||||
*
|
||||
* @since 6.0.0
|
||||
*
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52604';
|
||||
$wp_version = '6.0-alpha-52605';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user