Skip to content

Commit 5d912fe

Browse files
committed
Better docs
1 parent 399d2fe commit 5d912fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpunit/tests/post/wpUpdatePost.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function test_update_post_should_only_modify_post_tags_if_different_tags_
158158
}
159159

160160
/**
161-
* Test that wp_update_post() filters post content when 'post_status' is 'draft'.
161+
* Test the wp_update_post() filters post content when 'post_status' is 'draft'.
162162
*
163163
* @ticket 22944
164164
*/
@@ -190,7 +190,7 @@ public function test_wp_update_post_with_content_filtering() {
190190
}
191191

192192
/**
193-
* Test that wp_update_post() preserves post_date when changing to future status
193+
* Test updating a post and preserving post_date when changing to future status
194194
*
195195
* @ticket 62468
196196
*

0 commit comments

Comments
 (0)