[wp-cvs] wordpress/wp-admin admin-functions.php,1.68,1.69
Matthew Mullenweg
saxmatt at users.sourceforge.net
Tue Dec 14 09:24:42 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15008/wp-admin
Modified Files:
admin-functions.php
Log Message:
Proper alternation of category display background.
Index: admin-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-functions.php,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** admin-functions.php 14 Dec 2004 09:22:21 -0000 1.68
--- admin-functions.php 14 Dec 2004 09:24:39 -0000 1.69
***************
*** 107,111 ****
// Dandy new recursive multiple category stuff.
function cat_rows($parent = 0, $level = 0, $categories = 0) {
! global $wpdb, $bgcolor, $user_level;
if (!$categories)
$categories = $wpdb->get_results("SELECT * FROM $wpdb->categories ORDER BY cat_name");
--- 107,111 ----
// Dandy new recursive multiple category stuff.
function cat_rows($parent = 0, $level = 0, $categories = 0) {
! global $wpdb, $class, $user_level;
if (!$categories)
$categories = $wpdb->get_results("SELECT * FROM $wpdb->categories ORDER BY cat_name");
More information about the cvs
mailing list