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.


git-svn-id: https://develop.svn.wordpress.org/trunk@37492 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-05-22 18:14:19 +00:00
parent 5a96c219bf
commit c49afe285c
21 changed files with 96 additions and 96 deletions

View File

@@ -353,7 +353,7 @@ abstract class WP_Widget {
$instance = $instances[ $this->number ];
/**
* Filter the settings for a particular widget instance.
* Filters the settings for a particular widget instance.
*
* Returning false will effectively short-circuit display of the widget.
*
@@ -442,7 +442,7 @@ abstract class WP_Widget {
}
/**
* Filter a widget's settings before saving.
* Filters a widget's settings before saving.
*
* Returning false will effectively short-circuit the widget's ability
* to update settings.
@@ -498,7 +498,7 @@ abstract class WP_Widget {
}
/**
* Filter the widget instance's settings before displaying the control form.
* Filters the widget instance's settings before displaying the control form.
*
* Returning false effectively short-circuits display of the control form.
*