mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Use 3-digit x.x.x style for 4.3.0 @since versions.
see #32335, #32430. git-svn-id: https://develop.svn.wordpress.org/trunk@32897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
af92620277
commit
cf57a5e072
@ -1526,7 +1526,7 @@ function convert_chars( $content, $deprecated = '' ) {
|
||||
/**
|
||||
* Converts invalid Unicode references range to valid range.
|
||||
*
|
||||
* @since 4.3
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @param string $content String with entities that need converting.
|
||||
* @return string Converted string.
|
||||
|
||||
@ -2156,7 +2156,7 @@ function wp_update_user($userdata) {
|
||||
/**
|
||||
* Filter to stop the sending of the password change email.
|
||||
*
|
||||
* @since 4.3
|
||||
* @since 4.3.0
|
||||
* @see wp_insert_user() For $user and $userdata fields.
|
||||
*
|
||||
* @param bool Return false to not send the email.
|
||||
@ -2171,7 +2171,7 @@ function wp_update_user($userdata) {
|
||||
/**
|
||||
* Filter to stop the sending of the email change email.
|
||||
*
|
||||
* @since 4.3
|
||||
* @since 4.3.0
|
||||
* @see wp_insert_user() For $user and $userdata fields.
|
||||
*
|
||||
* @param bool Return false to not send the email.
|
||||
@ -2218,7 +2218,7 @@ All at ###SITENAME###
|
||||
/**
|
||||
* Filter the email sent when the user's password is changed.
|
||||
*
|
||||
* @since 4.3
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @param array $pass_change_email {
|
||||
* Used to build wp_mail(). https://developer.wordpress.org/reference/functions/wp_mail/
|
||||
@ -2273,7 +2273,7 @@ All at ###SITENAME###
|
||||
/**
|
||||
* Filter the email sent when the user's password is changed.
|
||||
*
|
||||
* @since 4.3
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @param array $email_change_email {
|
||||
* Used to build wp_mail(). https://developer.wordpress.org/reference/functions/wp_mail/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user