#1619 closed defect (bug) (fixed)
Tab highlight issue
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Administration | Version: | 1.5.2 |
| Severity: | trivial | Keywords: | bg|has-patch |
| Cc: |
Description
Go to Manage / Manage Pages.
Now jump back to Write.
You are at the Write Post page, but the Write Page tab is highlighted by accident.
Attachments (2)
Change History (9)
- Keywords bg|2nd-opinion added
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3
markjaquith — 8 years ago
Really dumb. but we should probably create page-post.php that does something like:
$this_is_a_page = true;
include('post.php');
- Keywords bg|has-patch added; bg|2nd-opinion removed
- Owner changed from anonymous to ryan
- Status changed from reopened to new
Oops, grabbed that out of the wrong working copy :-)
Here ya go. Use the second one.
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

If you comment out line 26 of wp-admin/post.php, this menu tab issue goes away.
What I don't know is if you remove that code, does something else get jammed up elsewhere...might be some remnant code.