Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Coding standards and docblock corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed Sep 11, 2023
1 parent 4bfd6a2 commit 5315ff7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/wp-includes/class-wp-customize-nav-menus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <details> 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.
*/
Expand Down Expand Up @@ -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 <details> tag
*
* Details and summary tags added for accessibility
*
* @since CP 2.0.0
*
*/
protected function print_custom_links_available_menu_item() {
?>
Expand Down

0 comments on commit 5315ff7

Please sign in to comment.