Changeset 51518 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 07/30/2021 07:34:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r50996 r51518 398 398 * @since 3.4.0 399 399 * 400 * @param WP_Customize_Control $ thisWP_Customize_Control instance.400 * @param WP_Customize_Control $control WP_Customize_Control instance. 401 401 */ 402 402 do_action( 'customize_render_control', $this ); … … 410 410 * @since 3.4.0 411 411 * 412 * @param WP_Customize_Control $ thisWP_Customize_Control instance.412 * @param WP_Customize_Control $control WP_Customize_Control instance. 413 413 */ 414 414 do_action( "customize_render_control_{$this->id}", $this );
Note: See TracChangeset
for help on using the changeset viewer.