diff -r c7c34916027a -r 177826044cd9 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 Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-item-control.php Mon Oct 14 18:28:13 2019 +0200 @@ -11,6 +11,8 @@ * Customize control to represent the name field for a given menu. * * @since 4.3.0 + * + * @see WP_Customize_Control */ class WP_Customize_Nav_Menu_Item_Control extends WP_Customize_Control { @@ -67,14 +69,18 @@ - - + + ?> + @@ -130,7 +136,7 @@ <# if ( ( 'post_type' === data.item_type || 'taxonomy' === data.item_type ) && '' !== data.original_title ) { #>
{{ data.original_title }}' ); ?>