Make WordPress Core

Changeset 61462


Ignore:
Timestamp:
01/09/2026 11:45:53 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for a wp_update_comment_count_now() test.

Follow-up to [61336].

See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/comment/wpUpdateCommentCountNow.php

    r61336 r61462  
    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();
Note: See TracChangeset for help on using the changeset viewer.