equal
deleted
inserted
replaced
171 * |
171 * |
172 * @param array $atts { |
172 * @param array $atts { |
173 * The HTML attributes applied to the menu item's `<a>` element, empty strings are ignored. |
173 * The HTML attributes applied to the menu item's `<a>` element, empty strings are ignored. |
174 * |
174 * |
175 * @type string $href The href attribute. |
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 * @param WP_Post $page Page data object. |
178 * @param WP_Post $page Page data object. |
179 * @param int $depth Depth of page, used for padding. |
179 * @param int $depth Depth of page, used for padding. |
180 * @param array $args An array of arguments. |
180 * @param array $args An array of arguments. |
181 * @param int $current_page ID of the current page. |
181 * @param int $current_page ID of the current page. |