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.