[wp-trac] [WordPress Trac] #17025: wp_list_authors() is not filterable
WordPress Trac
noreply at wordpress.org
Tue Jun 14 14:41:24 UTC 2022
#17025: wp_list_authors() is not filterable
-------------------------------------------------+-------------------------
Reporter: kevinB | Owner: audrasjb
Type: enhancement | Status: reopened
Priority: normal | Milestone: 6.1
Component: Query | Version:
Severity: normal | Resolution:
Keywords: early needs-dev-note 2nd-opinion | Focuses:
has-patch |
-------------------------------------------------+-------------------------
Comment (by SergeyBiryukov):
In [changeset:"53501" 53501]:
{{{
#!CommitTicketReference repository="" revision="53501"
I18N: Use a translatable string for displaying a user's first name and
last name.
That allows locales to switch the order of the first name and last name,
should they prefer to do so.
The string was previously used in `wp_insert_user()` and is now reused in
other places for consistency:
* `WP_MS_Users_List_Table::column_name()`
* `WP_Users_List_Table::column_name()`
* `wp_list_authors()`
* `wp_list_users()`
Note: This also removes the `wp_list_author_full_name` filter, introduced
for the same purpose in `wp_list_authors()`, as redundant for now.
Follow-up to [53486].
See #17025.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/17025#comment:63>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list