Docs: Standardize filter docs in core classes in wp-includes/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

Built from https://develop.svn.wordpress.org/trunk@37492


git-svn-id: http://core.svn.wordpress.org/trunk@37460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-22 18:15:28 +00:00
parent e2c18aaf64
commit 602b51a209
22 changed files with 97 additions and 97 deletions

View File

@@ -480,7 +480,7 @@ class WP_User_Query {
}
/**
* Filter the columns to search in a WP_User_Query search.
* Filters the columns to search in a WP_User_Query search.
*
* The default columns depend on the search term, and include 'user_email',
* 'user_login', 'ID', 'user_url', 'display_name', and 'user_nicename'.
@@ -547,7 +547,7 @@ class WP_User_Query {
}
/**
* Filter SELECT FOUND_ROWS() query for the current WP_User_Query instance.
* Filters SELECT FOUND_ROWS() query for the current WP_User_Query instance.
*
* @since 3.2.0
*