diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/customize/class-wp-customize-color-control.php --- a/wp/wp-includes/customize/class-wp-customize-color-control.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-color-control.php Tue Dec 15 13:49:49 2020 +0100 @@ -41,11 +41,14 @@ * Constructor. * * @since 3.4.0 - * @uses WP_Customize_Control::__construct() + * + * @see WP_Customize_Control::__construct() * * @param WP_Customize_Manager $manager Customizer bootstrap instance. * @param string $id Control ID. * @param array $args Optional. Arguments to override class property defaults. + * See WP_Customize_Control::__construct() for information + * on accepted arguments. Default empty array. */ public function __construct( $manager, $id, $args = array() ) { $this->statuses = array( '' => __( 'Default' ) );