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

See #36913.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-22 18:50:28 +00:00
parent 558d5b371c
commit 9cb5247392
39 changed files with 104 additions and 104 deletions

View File

@@ -48,7 +48,7 @@ do_action( 'rss_tag_pre', 'rss2' );
$duration = 'hourly';
/**
* Filter how often to update the RSS feed.
* Filters how often to update the RSS feed.
*
* @since 2.1.0
*
@@ -61,7 +61,7 @@ do_action( 'rss_tag_pre', 'rss2' );
$frequency = '1';
/**
* Filter the RSS update frequency.
* Filters the RSS update frequency.
*
* @since 2.1.0
*