Get number of posts correctly.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-12-01 16:12:53 +00:00
parent 900a782228
commit 6f7674778f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ if ($edituser->user_level >= $user_level) die( __('You do not have permission to
</tr>
<tr>
<th scope="row"><?php _e('Posts:') ?></th>
<td><?php echo get_usernumposts($edituser->user_id); ?></td>
<td><?php echo get_usernumposts($edituser->ID); ?></td>
</tr>
<tr>
<th scope="row"><?php _e('First name:') ?></th>