Ticket #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
Change History
flinkflonk — 5 years ago
-
attachment
post.php-4692.diff
added
comment:1
Viper007Bond — 5 years ago
- Keywords has-patch commit added
- Version set to 2.0.6
Heh, single = == bad.
comment:2
markjaquith — 5 years ago
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

patch to fix what changeset 4692 broke