Docs: Standardize filter docs in root folder files to use third-person singular verbs per the inline documentation standards for PHP.

Fixes #36913.


git-svn-id: https://develop.svn.wordpress.org/trunk@37535 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-05-23 16:43:20 +00:00
parent 08a0225d5c
commit a1ee08a6db
6 changed files with 31 additions and 29 deletions

View File

@@ -71,7 +71,7 @@ include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php');
$post_default_title = "";
/**
* Filter the class used for handling XML-RPC requests.
* Filters the class used for handling XML-RPC requests.
*
* @since 3.1.0
*