Ticket #3538 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

typo in fix 4692

Reported by: flinkflonk Assigned to: anonymous
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

post.php-4692.diff (431 bytes) - added by flinkflonk on 01/07/07 13:11:12.
patch to fix what changeset 4692 broke

Change History

01/07/07 13:11:12 changed by flinkflonk

  • attachment post.php-4692.diff added.

patch to fix what changeset 4692 broke

01/07/07 13:36:47 changed by Viper007Bond

  • keywords set to has-patch commit.
  • version set to 2.0.6.

Heh, single = == bad.

01/07/07 13:56:33 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [4697]) Typo correction from flinkflonk. fixes #3538