wp/wp-includes/class-walker-page.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   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.