From cf57a5e072e5a592aadcf697cbe128f0380b6229 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Sun, 21 Jun 2015 11:40:05 +0000 Subject: [PATCH] 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 --- src/wp-includes/formatting.php | 2 +- src/wp-includes/user.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index e295167e0e..76a06888e3 100644 --- a/src/wp-includes/formatting.php +++ b/src/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/src/wp-includes/user.php b/src/wp-includes/user.php index bb44b10d6d..877694cf2a 100644 --- a/src/wp-includes/user.php +++ b/src/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/