[wp-cvs] wordpress/wp-admin admin-functions.php,1.63,1.64

Matthew Mullenweg saxmatt at users.sourceforge.net
Thu Dec 9 00:44:07 UTC 2004


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

Modified Files:
	admin-functions.php 
Log Message:
No reason not to have default for current category argument.

Index: admin-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-functions.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** admin-functions.php	8 Dec 2004 22:32:48 -0000	1.63
--- admin-functions.php	9 Dec 2004 00:44:05 -0000	1.64
***************
*** 136,140 ****
  }
  
! function wp_dropdown_cats($currentcat, $currentparent = 0, $parent = 0, $level = 0, $categories = 0) {
  	global $wpdb, $bgcolor;
  	if (!$categories) {
--- 136,140 ----
  }
  
! function wp_dropdown_cats($currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0) {
  	global $wpdb, $bgcolor;
  	if (!$categories) {




More information about the cvs mailing list