You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wp-includes/user.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -427,7 +427,7 @@ function setup_userdata($user_id = '') {
427
427
* <li>include - User IDs to include.</li>
428
428
* <li>exclude - User IDs to exclude.</li>
429
429
* <li>multi - Default is 'false'. Whether to skip the ID attribute on the 'select' element.</li>
430
-
* <li>show - Default is 'display_name'. User table column to display.</li>
430
+
* <li>show - Default is 'display_name'. User table column to display. If the selected item is empty then the user_login will be displayed in parentesis</li>
431
431
* <li>echo - Default is '1'. Whether to display or retrieve content.</li>
432
432
* <li>selected - Which User ID is selected.</li>
433
433
* <li>name - Default is 'user'. Name attribute of select element.</li>
0 commit comments