From 6e9e34fb52c8981135132085bcd908c1cd17c0b5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 13 May 2010 19:07:08 +0000 Subject: [PATCH] More wp_navMore inline doc clarifications for wp_nav_menu. fixes #13370, props jorbin. git-svn-id: https://develop.svn.wordpress.org/trunk@14605 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/nav-menu-template.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-includes/nav-menu-template.php b/wp-includes/nav-menu-template.php index 305392cb33..52cefa243c 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -181,8 +181,9 @@ class Walker_Nav_Menu_Checklist extends Walker_Nav_Menu { * link_after - Text after the link. * echo - Whether to echo the menu or return it. Defaults to echo. * depth - how many levels of the hierarchy are to be included. 0 means all. Defaults to 0. - * - * + * walker - allows a custom walker to be specified. + * context - the context the menu is used in. + * * @todo show_home - If you set this argument, then it will display the link to the home page. The show_home argument really just needs to be set to the value of the text of the link. * * @since 3.0.0