Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15813 closed defect (bug) (fixed)

PATHINFO Taxonomy URLs no longer work

Reported by: markjaquith's profile markjaquith Owned by:
Milestone: 3.1 Priority: highest omg bbq
Severity: blocker Version: 3.1
Component: Taxonomy Keywords: has-patch
Focuses: Cc:

Description

PATHINFO URLs (those with /index.php/) for taxonomies no longer work in WordPress 3.1. They lack the /index.php/ that is required.

Attachments (1)

15813.1.diff (659 bytes) - added by markjaquith 13 years ago.

Download all attachments as: .zip

Change History (7)

#1 @scribu
13 years ago

  • Cc scribu added

@markjaquith
13 years ago

#2 @markjaquith
13 years ago

I think we just need to add $wp_rewrite->root to the front.

#3 @scribu
13 years ago

  • Keywords has-patch added

Context: #12659

#4 @markjaquith
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [16918]) Add WP Rewrite root to front of add_permastruct() call when adding a taxonomy. fixes #15813

#5 @markjaquith
13 years ago

(In [17512]) Prevent double index.php preprend on PATHINFO custom taxonomy permalinks. Proper use of with_front. props greuben. fixes #16918. fixes #16622. see #15813. see #12659. For trunk

#6 @markjaquith
13 years ago

(In [17513]) Prevent double index.php preprend on PATHINFO custom taxonomy permalinks. Proper use of with_front. props greuben. fixes #16918. fixes #16622. see #15813. see #12659. For 3.1

Note: See TracTickets for help on using tickets.