Opened 7 years ago
Closed 6 years ago
#2818 closed defect (bug) (worksforme)
"Admin" not a "Post Author" option
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Reported by Owen Gray on wp-testers
Admin not is shown as an option in the "Post Author" dropdown box on the
Write Post page. That dropdown box does not appear when admin is the
only user. After an new user is added, only that user's nickname appears
in the dropdown box.
I notice that the added user has a "wp_user_level" entry in the
wp_usermeta table, but admin does not. If I add such an entry for admin,
admin appears as a choice in the dropdown list.
Change History (5)
comment:1
markjaquith — 7 years ago
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
comment:3
johnbillion — 6 years ago
Worksforme as of r5036. Close this ticket?
A workaround is to create a second Administrator account, then use that account to change 'admin' to an Editor, save the changes, then back to Administrator, and save the changes again. That should create the "wp_user_level" entry for admin, and cause it to appear in the dropdown list.
comment:5
foolswisdom — 6 years ago
- Milestone 2.2 deleted
- Resolution set to worksforme
- Status changed from assigned to closed
Closing as WORKSFORME based on johnbillion's testing on trunk.

I see two problems:
Ryan, Owen,