From 4423739c65f4346a54ccbb0f581439911b361828 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 21 Jun 2015 11:41:26 +0000 Subject: [PATCH] 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 --- wp-includes/formatting.php | 2 +- wp-includes/user.php | 8 ++++---- wp-includes/version.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 1b1d4b1b62..87782f9283 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -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. diff --git a/wp-includes/user.php b/wp-includes/user.php index bb44b10d6d..877694cf2a 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -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/ diff --git a/wp-includes/version.php b/wp-includes/version.php index bc65289180..383e2e513a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.