diff --git a/src/wp-includes/class-walker-nav-menu.php b/src/wp-includes/class-walker-nav-menu.php index 36be60f9d6..47b3368141 100644 --- a/src/wp-includes/class-walker-nav-menu.php +++ b/src/wp-includes/class-walker-nav-menu.php @@ -159,15 +159,15 @@ class Walker_Nav_Menu extends Walker { $class_names = $class_names ? ' class="' . esc_attr( $class_names ) . '"' : ''; /** - * Filters the ID applied to a menu item's list item element. + * Filters the ID attribute applied to a menu item's list item element. * * @since 3.0.1 * @since 4.1.0 The `$depth` parameter was added. * - * @param string $menu_id The ID that is applied to the menu item's `