mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user