Remove spurious dollar sign. fixes #6690

git-svn-id: http://svn.automattic.com/wordpress/trunk@6693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-01-31 00:58:54 +00:00
parent 5481803d74
commit 2340b8dda6
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.