Don't forget to pass args. Props Mike Little. fixes #2668

git-svn-id: http://svn.automattic.com/wordpress/trunk@3715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-04-19 02:33:47 +00:00
parent 6027cfa946
commit ffe09c30c7

View File

@ -644,7 +644,7 @@ class Walker_Category extends Walker {
return $output;
}
function end_el($output, $page, $depth) {
function end_el($output, $page, $depth, $args) {
if ( 'list' != $args['style'] )
return $output;