Proper alternation of category display background.
git-svn-id: https://develop.svn.wordpress.org/trunk@1954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
485940f596
commit
81d0e5f0e7
@ -106,7 +106,7 @@ function dropdown_categories($default = 0) {
|
||||
|
||||
// Dandy new recursive multiple category stuff.
|
||||
function cat_rows($parent = 0, $level = 0, $categories = 0) {
|
||||
global $wpdb, $bgcolor, $user_level;
|
||||
global $wpdb, $class, $user_level;
|
||||
if (!$categories)
|
||||
$categories = $wpdb->get_results("SELECT * FROM $wpdb->categories ORDER BY cat_name");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user