[wp-cvs] wordpress/wp-admin user-edit.php,1.5,1.6

Matthew Mullenweg saxmatt at users.sourceforge.net
Wed Dec 1 16:12:56 UTC 2004


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

Modified Files:
	user-edit.php 
Log Message:
Get number of posts correctly.

Index: user-edit.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/user-edit.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** user-edit.php	29 Oct 2004 01:17:17 -0000	1.5
--- user-edit.php	1 Dec 2004 16:12:53 -0000	1.6
***************
*** 108,112 ****
  	<tr>
  		<th scope="row"><?php _e('Posts:') ?></th>
! 		<td><?php echo get_usernumposts($edituser->user_id); ?></td>
  	</tr>
  	<tr>
--- 108,112 ----
  	<tr>
  		<th scope="row"><?php _e('Posts:') ?></th>
! 		<td><?php echo get_usernumposts($edituser->ID); ?></td>
  	</tr>
  	<tr>




More information about the cvs mailing list