From 6a3d1484bff076fb864c4998820f9f3ca15d06c2 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 13 May 2010 03:46:35 +0000 Subject: [PATCH] Nav menu inline doc fixes. props NathanRice, fixes #13370. git-svn-id: http://svn.automattic.com/wordpress/trunk@14591 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/nav-menu-template.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/nav-menu-template.php b/wp-includes/nav-menu-template.php index ee47a496c..bd4959d45 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -170,10 +170,10 @@ class Walker_Nav_Menu_Checklist extends Walker_Nav_Menu { * * Optional $args contents: * - * id - The menu id. Defaults to blank. + * menu - The menu id. Defaults to blank. * slug - The menu slug. Defaults to blank. - * menu_class - CSS class to use for the div container of the menu list. Defaults to 'menu'. - * format - Whether to format the ul. Defaults to 'div'. + * menu_class - CSS class to use for the ul container of the menu list. Defaults to 'menu'. + * container - Whether to wrap the ul, and what to wrap it with. Defaults to 'div'. * fallback_cb - If the menu doesn't exists, a callback function will fire. Defaults to 'wp_page_menu'. * before - Text before the link text. * after - Text after the link text.