Changeset 30605 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 11/28/2014 09:19:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r30553 r30605 257 257 * @since 4.1.0 258 258 * 259 * @return array 259 * @return array Array of parameters passed to the JavaScript. 260 260 */ 261 261 public function json() { … … 289 289 * @since 4.1.0 290 290 * 291 * @return string 291 * @return string Contents of the control. 292 292 */ 293 293 public final function get_content() { … … 507 507 * Render the control's JS template. 508 508 * 509 * This function is only run for control types that have been registered with {@see WP_Customize_Manager::register_control_type()}. 510 * 511 * In the future, this will also print the template for the control's container element and be overridable. 509 * This function is only run for control types that have been registered with 510 * {@see WP_Customize_Manager::register_control_type()}. 511 * 512 * In the future, this will also print the template for the control's container 513 * element and be override-able. 512 514 * 513 515 * @since 4.1.0 … … 649 651 * 650 652 * @since 4.1.0 651 * @uses WP_Customize_Control::__construct() 652 * 653 * @param WP_Customize_Manager $manager 653 * 654 * @param WP_Customize_Manager $manager {@see WP_Customize_Manager} instance. 654 655 */ 655 656 public function __construct( $manager, $id, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.