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

git-svn-id: https://develop.svn.wordpress.org/trunk@3715 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-04-19 02:33:47 +00:00
parent 63c32823bd
commit fb212022a3
1 changed files with 1 additions and 1 deletions

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;