Opened 6 years ago
Closed 6 years ago
#3538 closed defect (bug) (fixed)
typo in fix 4692
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.0.7 |
| Component: | Administration | Version: | 2.0.6 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Since I'm following the 2.0-patches on wp-svn I couldn't help seeing this typo showing up, it's impossible that a simple '=' is meant here (since it would make the tail of elseifs totally useless, the only part being executed would be the one after the first if). The effect is that all posts are treated as static and therefore are redirected to edit-pages.php
Attachments (1)
Change History (3)
flinkflonk
— 6 years ago
comment:1
Viper007Bond
— 6 years ago
- Keywords has-patch commit added
- Version set to 2.0.6
Heh, single = == bad.
comment:2
markjaquith
— 6 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
patch to fix what changeset 4692 broke