mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
Use 3-digit x.x.x style for 4.3.0
@since versions.
see #32335, #32430. Built from https://develop.svn.wordpress.org/trunk@32897 git-svn-id: http://core.svn.wordpress.org/trunk@32868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b9a4fefb08
commit
4423739c65
@ -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/
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32896';
|
||||
$wp_version = '4.3-alpha-32897';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user