February 12, 2011 3:56 am
Definition:
function walk_page_dropdown_tree() {}
function walk_page_dropdown_tree() {
$args = func_get_args();
if ( empty($args[2]['walker']) ) // the user's options are the third parameter
$walker = new Walker_PageDropdown;
else
$walker = $args[2]['walker'];
return call_user_func_array(array(&$walker, 'walk'), $args);
}
3343
Posted by Thorsten
Categories: /wp-includes/post-template.php, Documentation, Files, Functions, Functions by letter w
Tags: id74883e8c00aada408d5a8b17f7e4b82c, walk_page_dropdown_tree
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.