From 1949a52d9ad1ce0c7a4b721cf99554a17a61f4c2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 5 Sep 2022 14:06:12 +0000 Subject: [PATCH] Tests: Set the current user to Editor in `test_utf8mb3_post_saves_with_emoji()`. This avoids a "Sorry, you are not allowed to edit this post" error further in the test. The test is currently skipped on GitHub Actions, as only runs on older MySQL versions specifically with the `utf8` character set. The user was previously set for all tests in the file in the `set_up()` method, however that is no longer the case, as it was not required for the majority of the tests. It is, however, necessary for the `edit_post()` call in this particular test. Follow-up to [30346], [53785]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54067 git-svn-id: http://core.svn.wordpress.org/trunk@53626 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 41c0f30964..2a24f71953 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54066'; +$wp_version = '6.1-alpha-54067'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.