diff --git a/src/wp-includes/class-walker-page.php b/src/wp-includes/class-walker-page.php
index 9589996721..5c2684929d 100644
|
a
|
b
|
class Walker_Page extends Walker { |
| 173 | 173 | * The HTML attributes applied to the menu item's `<a>` element, empty strings are ignored. |
| 174 | 174 | * |
| 175 | 175 | * @type string $href The href attribute. |
| 176 | | * @type string $aria_current The aria-current attribute. |
| | 176 | * @type string $aria-current The aria-current attribute. |
| 177 | 177 | * } |
| 178 | 178 | * @param WP_Post $page Page data object. |
| 179 | 179 | * @param int $depth Depth of page, used for padding. |