wp/wp-includes/customize/class-wp-customize-color-control.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
--- 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' ) );