mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Use first and last name in network admin users. Fixes #15528.
git-svn-id: https://develop.svn.wordpress.org/trunk@16530 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4cb1c0e3b3
commit
250c2d591e
@ -200,7 +200,7 @@ class WP_MS_Users_List_Table extends WP_List_Table {
|
||||
break;
|
||||
|
||||
case 'name': ?>
|
||||
<td class="name column-name"><?php echo $user->display_name ?></td>
|
||||
<td class="name column-name"><?php echo "$user->first_name $user->last_name"; ?></td>
|
||||
<?php
|
||||
break;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user