diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/customize/class-wp-customize-nav-menu-item-control.php --- a/wp/wp-includes/customize/class-wp-customize-nav-menu-item-control.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-item-control.php Tue Dec 15 13:49:49 2020 +0100 @@ -41,7 +41,9 @@ * * @param WP_Customize_Manager $manager Customizer bootstrap instance. * @param string $id The control ID. - * @param array $args Optional. Overrides class property defaults. + * @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 ); @@ -71,13 +73,13 @@ @@ -132,11 +134,22 @@

+ +