diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 91aaadb48c..af95d9f59b 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49644-src'; +$wp_version = '5.7-alpha-50000-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/tests/phpunit/tests/formatting/balanceTags.php b/tests/phpunit/tests/formatting/balanceTags.php index c39e30f29e..16f97eb70e 100644 --- a/tests/phpunit/tests/formatting/balanceTags.php +++ b/tests/phpunit/tests/formatting/balanceTags.php @@ -342,14 +342,14 @@ class Tests_Formatting_BalanceTags extends WP_UnitTestCase { '

Test', '

Test test test

', '

Test', - '

Here is a Test

', + '

We are #WordPressStrong

', ); $expected = array( 'Test', '

Test

', '

Test test test

', 'Test', - '

Here is a Test

', + '

We are #WordPressStrong

', ); foreach ( $inputs as $key => $input ) {