WP_DEBUG enabled notice fixes.

git-svn-id: https://develop.svn.wordpress.org/trunk@9014 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-09-27 22:00:52 +00:00
parent 1601facb9e
commit 7030f729e3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ function _cat_row( $category, $level, $name_override = false ) {
return apply_filters('cat_row', $output);
}
function link_cat_row( $category ) {
function link_cat_row( $category, $name_override = false ) {
global $class;
if ( !$category = get_term( $category, 'link_category' ) )