Get number of posts correctly.

git-svn-id: https://develop.svn.wordpress.org/trunk@1907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-01 16:12:53 +00:00
parent 1b0631f515
commit d9f15fdcfc
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>