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:
parent
900a782228
commit
6f7674778f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue