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:
Matt Mullenweg 2004-12-14 09:24:39 +00:00
parent 485940f596
commit 81d0e5f0e7
1 changed files with 1 additions and 1 deletions

View File

@ -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");