From c145ff4a1a5a45bdbef775b9b47400fcb3311b85 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
Date: Thu, 21 Jan 2021 12:37:39 +0000
Subject: [PATCH] =?UTF-8?q?5.7-alpha-50000=20=F0=9F=8E=89=F0=9F=99=8C?=
=?UTF-8?q?=E2=9D=A4=EF=B8=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Thank you for the past
Excited for the future
We are #WordPressStrong!
git-svn-id: https://develop.svn.wordpress.org/trunk@50000 602fd350-edb4-49c9-b593-d223f7449a82
---
src/wp-includes/version.php | 2 +-
tests/phpunit/tests/formatting/balanceTags.php | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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 ) {