From c6c02c9dc6acbbb92bb12a08ad45d0776c858e60 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 5 Sep 2022 14:33:08 +0000 Subject: [PATCH] Tests: Consistently set the current user in the tests for retaining a sticky status. This affects: * `test_user_without_publish_posts_cannot_affect_sticky()` * `test_user_without_publish_posts_cannot_affect_sticky_with_edit_post()` In both tests, the user is now set after creating the post, not before. This aims to better match the intention of the tests, as they ensure that a sticky status is unaffected for a post that is ''edited'' by a user without the `publish_posts` capability, not necessarily ''created'' by that user. Includes minor documentation updates for consistency. Follow-up to [33096], [35183]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54068 git-svn-id: http://core.svn.wordpress.org/trunk@53627 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 2a24f71953..ae58d03719 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54067'; +$wp_version = '6.1-alpha-54068'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.