From 441a4d752eed87443edb4a654418d1f31d42d201 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Sun, 3 Nov 2019 22:17:58 +0000 Subject: [PATCH] Coding Standards: Clean up the tests around `test_that_you_can_login_with_an_email_that_has_apostrophe`. Let's use the proper coding standards for the comments. Fixes #38744. Props cafenoirdesign. Built from https://develop.svn.wordpress.org/trunk@46643 git-svn-id: http://core.svn.wordpress.org/trunk@46443 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 697396032c..281173c407 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46642'; +$wp_version = '5.4-alpha-46643'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.