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

See #36913.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-22 18:35:27 +00:00
parent bde87c6fb2
commit 6c534918d4
2 changed files with 34 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37507';
$wp_version = '4.6-alpha-37508';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.