Make WordPress Core

Changeset 53550


Ignore:
Timestamp:
06/21/2022 01:43:16 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in Tests_Sitemaps_wpSitemapsPosts, as per docblock standards.

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php

    r53548 r53550  
    3030
    3131    /**
    32      * Test ability to filter object subtypes.
     32     * Tests ability to filter object subtypes.
    3333     */
    3434    public function test_filter_sitemaps_post_types() {
     
    4343
    4444    /**
    45      * Test `wp_sitemaps_posts_show_on_front_entry` filter.
     45     * Tests `wp_sitemaps_posts_show_on_front_entry` filter.
    4646     */
    4747    public function test_posts_show_on_front_entry() {
Note: See TracChangeset for help on using the changeset viewer.