From 74882538c18fd8ff868415de698a0abde7239997 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 21 Jun 2022 13:43:16 +0000 Subject: [PATCH] Docs: Use third-person singular verbs for function descriptions in `Tests_Sitemaps_wpSitemapsPosts`, as per docblock standards. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@53550 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/sitemaps/wpSitemapsPosts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php b/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php index cf400c4177..262cb0b22b 100644 --- a/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php +++ b/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php @@ -29,7 +29,7 @@ class Tests_Sitemaps_wpSitemapsPosts extends WP_UnitTestCase { } /** - * Test ability to filter object subtypes. + * Tests ability to filter object subtypes. */ public function test_filter_sitemaps_post_types() { $posts_provider = new WP_Sitemaps_Posts(); @@ -42,7 +42,7 @@ class Tests_Sitemaps_wpSitemapsPosts extends WP_UnitTestCase { } /** - * Test `wp_sitemaps_posts_show_on_front_entry` filter. + * Tests `wp_sitemaps_posts_show_on_front_entry` filter. */ public function test_posts_show_on_front_entry() { $posts_provider = new WP_Sitemaps_Posts();