mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Standardize filter docs in the Customizer classes to use third-person singular verbs per the inline documentation standards for PHP.
See #36913. git-svn-id: https://develop.svn.wordpress.org/trunk@37491 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -517,7 +517,7 @@ class WP_Customize_Setting {
|
||||
public function sanitize( $value ) {
|
||||
|
||||
/**
|
||||
* Filter a Customize setting value in un-slashed form.
|
||||
* Filters a Customize setting value in un-slashed form.
|
||||
*
|
||||
* @since 3.4.0
|
||||
*
|
||||
@@ -693,7 +693,7 @@ class WP_Customize_Setting {
|
||||
$value = $this->get_root_value( $this->default );
|
||||
|
||||
/**
|
||||
* Filter a Customize setting value not handled as a theme_mod or option.
|
||||
* Filters a Customize setting value not handled as a theme_mod or option.
|
||||
*
|
||||
* The dynamic portion of the hook name, `$this->id_date['base']`, refers to
|
||||
* the base slug of the setting name.
|
||||
@@ -727,7 +727,7 @@ class WP_Customize_Setting {
|
||||
public function js_value() {
|
||||
|
||||
/**
|
||||
* Filter a Customize setting value for use in JavaScript.
|
||||
* Filters a Customize setting value for use in JavaScript.
|
||||
*
|
||||
* The dynamic portion of the hook name, `$this->id`, refers to the setting ID.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user