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
This commit is contained in:
Jb Audras
2022-06-21 13:43:16 +00:00
parent dfcfe0b21d
commit 74882538c1

View File

@@ -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();