Docs: Standardize on using ::
for Class::method()
references in WP_Customize_Control` inline docs.
See #32246. See #meta1483. git-svn-id: https://develop.svn.wordpress.org/trunk@37337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0f983ab261
commit
93c7d6becd
@ -175,7 +175,7 @@ class WP_Customize_Control {
|
|||||||
* attribute names are the keys and values are the values. Not
|
* attribute names are the keys and values are the values. Not
|
||||||
* used for 'checkbox', 'radio', 'select', 'textarea', or
|
* used for 'checkbox', 'radio', 'select', 'textarea', or
|
||||||
* 'dropdown-pages' control types. Default empty array.
|
* 'dropdown-pages' control types. Default empty array.
|
||||||
* @type array $json Deprecated. Use {@see WP_Customize_Control->json()} instead.
|
* @type array $json Deprecated. Use WP_Customize_Control::json() instead.
|
||||||
* @type string $type Control type. Core controls include 'text', 'checkbox',
|
* @type string $type Control type. Core controls include 'text', 'checkbox',
|
||||||
* 'textarea', 'radio', 'select', and 'dropdown-pages'. Additional
|
* 'textarea', 'radio', 'select', and 'dropdown-pages'. Additional
|
||||||
* input types such as 'email', 'url', 'number', 'hidden', and
|
* input types such as 'email', 'url', 'number', 'hidden', and
|
||||||
@ -444,12 +444,12 @@ class WP_Customize_Control {
|
|||||||
/**
|
/**
|
||||||
* Render the control's content.
|
* Render the control's content.
|
||||||
*
|
*
|
||||||
* Allows the content to be overriden without having to rewrite the wrapper in $this->render().
|
* Allows the content to be overriden without having to rewrite the wrapper in `$this::render()`.
|
||||||
*
|
*
|
||||||
* Supports basic input types `text`, `checkbox`, `textarea`, `radio`, `select` and `dropdown-pages`.
|
* Supports basic input types `text`, `checkbox`, `textarea`, `radio`, `select` and `dropdown-pages`.
|
||||||
* Additional input types such as `email`, `url`, `number`, `hidden` and `date` are supported implicitly.
|
* Additional input types such as `email`, `url`, `number`, `hidden` and `date` are supported implicitly.
|
||||||
*
|
*
|
||||||
* Control content can alternately be rendered in JS. See {@see WP_Customize_Control::print_template()}.
|
* Control content can alternately be rendered in JS. See WP_Customize_Control::print_template().
|
||||||
*
|
*
|
||||||
* @since 3.4.0
|
* @since 3.4.0
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user