[wp-trac] [WordPress Trac] #11338: Customer Walker initialize error
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 5 21:49:34 UTC 2009
#11338: Customer Walker initialize error
--------------------------+-------------------------------------------------
Reporter: ShaneF | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.9
Component: Formatting | Version: 2.9
Severity: major | Keywords: has-patch
--------------------------+-------------------------------------------------
Comment(by dd32):
I'm positive that you're not supposed to pass a string to that function to
start with.
Example code:
{{{
$walker = new Walker_Page_Rabbit();
wp_list_pages(array('walker' => $walker, 'title_li' => '', 'depth' =>
'1'));
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11338#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list