Skip to content

Commit 9c67aa4

Browse files
Docs: Correct DocBlock formatting for a wp_update_comment_count_now() test.
Follow-up to [61336]. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61462 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6a95b75 commit 9c67aa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/comment/wpUpdateCommentCountNow.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public function test_using_filter_adjusts_comment_count_without_an_additional_da
4747
}
4848

4949
/**
50-
* @ticket 64325
51-
*/
50+
* @ticket 64325
51+
*/
5252
public function test_only_approved_regular_comments_are_counted() {
5353
$post_id = self::factory()->post->create();
5454

0 commit comments

Comments
 (0)