diff --git a/wp-includes/user.php b/wp-includes/user.php index d39ecd83b6..e5420b6ae7 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -3061,7 +3061,7 @@ All at ###SITENAME### /** * Filters the subject of the user request confirmation email. * - * @since 4.9.7 + * @since 4.9.8 * * @param string $subject The email subject. * @param string $sitename The name of the site. diff --git a/wp-includes/version.php b/wp-includes/version.php index 37df37f37d..19fbf77d10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43447'; +$wp_version = '5.0-alpha-43451'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.