Docs: Docblocks consistency fixes after [52604].

Follow-up to [52604].

Fixes #54690.


git-svn-id: https://develop.svn.wordpress.org/trunk@52605 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-01-19 12:40:57 +00:00
parent f53f2960f8
commit 2db35e5674
2 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -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
*