Opened 6 years ago
Closed 6 years ago
#4232 closed enhancement (fixed)
Import Map to Existing Author should be alphabetic order
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.2 |
| Severity: | minor | Keywords: | |
| Cc: | importer |
Description
Import Map to Existing Author is not in alphabetic order
ENV: WP trunk r5407
Map to Existing Author is listed by role and then alphabetic. This is confusing when importing a blog with a large number of authors at various roles.
Duplicated issue by:
- Creating three accounts: admin (admin), aaa (Author) and zzz (Editor).
- Created one post for each account.
- Exported the blog
- Import
Result: Import Map to Existing Author lists the authors in the order: admin, zzz, aaa.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5448]) Show authors' logins in alphabetical order. fixes #4232