Changeset 37342 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 05/02/2016 03:59:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r37337 r37342 382 382 * @since 3.4.0 383 383 * 384 * @param WP_Customize_Control $this {@see WP_Customize_Control}instance.384 * @param WP_Customize_Control $this WP_Customize_Control instance. 385 385 */ 386 386 do_action( 'customize_render_control_' . $this->id, $this ); … … 571 571 * 572 572 * This function is only run for control types that have been registered with 573 * {@see WP_Customize_Manager::register_control_type()}.573 * WP_Customize_Manager::register_control_type(). 574 574 * 575 575 * In the future, this will also print the template for the control's container … … 590 590 * 591 591 * Class variables for this control class are available in the `data` JS object; 592 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.592 * export custom variables by overriding WP_Customize_Control::to_json(). 593 593 * 594 594 * @see WP_Customize_Control::print_template()
Note: See TracChangeset
for help on using the changeset viewer.