Make WordPress Core


Ignore:
Timestamp:
03/13/2025 06:21:37 PM (11 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct formatting for some inline comments in unit tests.

Follow-up to [54111], [56714], [58182], [59630], [59817], [59966].

See #62281.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/cacheResults.php

    r59919 r59979  
    17941794    public function test_query_cache_should_exclude_post_with_excluded_term() {
    17951795        $term_id = self::$t1;
    1796         // Post 0 has the term applied
     1796        // Post 0 has the term applied.
    17971797        $post_id = self::$posts[0];
    17981798
Note: See TracChangeset for help on using the changeset viewer.