From 975ca24e4f7a0bd686db938fc391e200b19fa947 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 31 Jan 2008 00:58:54 +0000 Subject: [PATCH] Remove spurious dollar sign. fixes #6690 git-svn-id: https://develop.svn.wordpress.org/trunk@6693 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/category-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 7215962bd7..86a2c40425 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -226,7 +226,7 @@ function wp_dropdown_categories($args = '') { } if ( $hierarchical ) - $depth = $r['$depth']; // Walk the full depth. + $depth = $r['depth']; // Walk the full depth. else $depth = -1; // Flat.