diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/class-wp-customize-control.php --- a/wp/wp-includes/class-wp-customize-control.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/class-wp-customize-control.php Tue Sep 27 16:37:53 2022 +0200 @@ -397,7 +397,7 @@ * * @since 3.4.0 * - * @param WP_Customize_Control $this WP_Customize_Control instance. + * @param WP_Customize_Control $control WP_Customize_Control instance. */ do_action( 'customize_render_control', $this ); @@ -409,7 +409,7 @@ * * @since 3.4.0 * - * @param WP_Customize_Control $this WP_Customize_Control instance. + * @param WP_Customize_Control $control WP_Customize_Control instance. */ do_action( "customize_render_control_{$this->id}", $this ); @@ -632,8 +632,8 @@ ?>