mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user