Changeset 38307 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 08/22/2016 06:24:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r37491 r38307 384 384 * @param WP_Customize_Control $this WP_Customize_Control instance. 385 385 */ 386 do_action( 'customize_render_control_' . $this->id, $this );386 do_action( "customize_render_control_{$this->id}", $this ); 387 387 388 388 $this->render();
Note: See TracChangeset
for help on using the changeset viewer.