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:
parent
5481803d74
commit
2340b8dda6
|
@ -226,7 +226,7 @@ function wp_dropdown_categories($args = '') {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $hierarchical )
|
if ( $hierarchical )
|
||||||
$depth = $r['$depth']; // Walk the full depth.
|
$depth = $r['depth']; // Walk the full depth.
|
||||||
else
|
else
|
||||||
$depth = -1; // Flat.
|
$depth = -1; // Flat.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue