From 5315ff760ed358af77d4f1b4062ac8e305f01077 Mon Sep 17 00:00:00 2001 From: mattyrob Date: Mon, 11 Sep 2023 18:13:56 +0100 Subject: [PATCH] Coding standards and docblock corrections --- src/wp-includes/class-wp-customize-nav-menus.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/wp-includes/class-wp-customize-nav-menus.php b/src/wp-includes/class-wp-customize-nav-menus.php index 75eebd6b71..8b0c772463 100644 --- a/src/wp-includes/class-wp-customize-nav-menus.php +++ b/src/wp-includes/class-wp-customize-nav-menus.php @@ -1218,10 +1218,9 @@ public function available_items_template() { * To be used in the template #available-menu-items. * * @since 4.7.0 - * + * @since CP-2.0.0 - Implement HTML5
tag + * * Details and summary tags added for accessibility - * - * @since CP 2.0.0 * * @param array $available_item_type Menu item data to output, including title, type, and label. */ @@ -1256,10 +1255,10 @@ protected function print_post_type_container( $available_item_type ) { * Prints the markup for available menu item custom links. * * @since 4.7.0 - * + * @since CP-2.0.0 - Implement HTML5
tag + * * Details and summary tags added for accessibility - * - * @since CP 2.0.0 + * */ protected function print_custom_links_available_menu_item() { ?>