We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399d2fe commit 5d912feCopy full SHA for 5d912fe
tests/phpunit/tests/post/wpUpdatePost.php
@@ -158,7 +158,7 @@ public function test_update_post_should_only_modify_post_tags_if_different_tags_
158
}
159
160
/**
161
- * Test that wp_update_post() filters post content when 'post_status' is 'draft'.
+ * Test the wp_update_post() filters post content when 'post_status' is 'draft'.
162
*
163
* @ticket 22944
164
*/
@@ -190,7 +190,7 @@ public function test_wp_update_post_with_content_filtering() {
190
191
192
193
- * Test that wp_update_post() preserves post_date when changing to future status
+ * Test updating a post and preserving post_date when changing to future status
194
195
* @ticket 62468
196
0 commit comments