diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/customize/class-wp-customize-site-icon-control.php --- a/wp/wp-includes/customize/class-wp-customize-site-icon-control.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-site-icon-control.php Tue Dec 15 13:49:49 2020 +0100 @@ -31,9 +31,13 @@ * * @since 4.3.0 * + * @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() ) { parent::__construct( $manager, $id, $args ); @@ -64,7 +68,7 @@