Remove spurious dollar sign. fixes #6690

git-svn-id: https://develop.svn.wordpress.org/trunk@6693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-01-31 00:58:54 +00:00
parent 17cf0d92c7
commit 975ca24e4f
1 changed files with 1 additions and 1 deletions

View File

@ -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.