Ticket #3949 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

Multipage posts need to respect trailing slash preference and eliminate redundant /1/

Reported by: markjaquith Assigned to: anonymous
Priority: normal Milestone: 2.2
Component: General Version: 2.1.1
Severity: normal Keywords:
Cc:

Description

Multipage posts aren't using user_trailingslashit() and are always appending a trailing slash.

Also, /1/ is redundant.

I'm working on a patch now.

Change History

03/10/07 05:54:14 changed by markjaquith

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

(In [5017]) Respect user trailing slash preference for multipage posts and eliminate redundant /1/. fixes #3949

03/10/07 06:09:54 changed by markjaquith

(In [5018]) Cleaner and more complete fix for [5017]. fixes #3949