[wp-cvs] wordpress/wp-admin admin-functions.php,1.26,1.26.4.1

Matthew Mullenweg saxmatt at users.sourceforge.net
Wed Dec 15 19:52:42 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14850/wp-admin

Modified Files:
      Tag: WordPress-Ver-1_2-Branch
	admin-functions.php 
Log Message:
Backporting more

Index: admin-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-functions.php,v
retrieving revision 1.26
retrieving revision 1.26.4.1
diff -C2 -d -r1.26 -r1.26.4.1
*** admin-functions.php	22 May 2004 08:45:36 -0000	1.26
--- admin-functions.php	15 Dec 2004 19:52:39 -0000	1.26.4.1
***************
*** 91,95 ****
  }
  
! function wp_dropdown_cats($currentcat, $currentparent = 0, $parent = 0, $level = 0, $categories = 0) {
  	global $wpdb, $tablecategories, $tablepost2cat, $bgcolor;
  	if (!$categories) {
--- 91,95 ----
  }
  
! function wp_dropdown_cats($currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0) {
  	global $wpdb, $tablecategories, $tablepost2cat, $bgcolor;
  	if (!$categories) {




More information about the cvs mailing list