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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user