Changeset 37337
- Timestamp:
- 05/01/2016 05:27:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r36689 r37337 176 176 * used for 'checkbox', 'radio', 'select', 'textarea', or 177 177 * 'dropdown-pages' control types. Default empty array. 178 * @type array $json Deprecated. Use {@see WP_Customize_Control->json()}instead.178 * @type array $json Deprecated. Use WP_Customize_Control::json() instead. 179 179 * @type string $type Control type. Core controls include 'text', 'checkbox', 180 180 * 'textarea', 'radio', 'select', and 'dropdown-pages'. Additional … … 445 445 * Render the control's content. 446 446 * 447 * Allows the content to be overriden without having to rewrite the wrapper in $this->render().447 * Allows the content to be overriden without having to rewrite the wrapper in `$this::render()`. 448 448 * 449 449 * Supports basic input types `text`, `checkbox`, `textarea`, `radio`, `select` and `dropdown-pages`. 450 450 * Additional input types such as `email`, `url`, `number`, `hidden` and `date` are supported implicitly. 451 451 * 452 * Control content can alternately be rendered in JS. See {@see WP_Customize_Control::print_template()}.452 * Control content can alternately be rendered in JS. See WP_Customize_Control::print_template(). 453 453 * 454 454 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.