[wp-trac] [WordPress Trac] #19876: generate_rewrite_rules() for posts/pages should set $paged and $walk_dirs false

WordPress Trac noreply at wordpress.org
Thu Jun 20 03:33:45 UTC 2013


#19876: generate_rewrite_rules() for posts/pages should set $paged and $walk_dirs
false
---------------------------+---------------------
 Reporter:  duck_          |       Owner:  duck_
     Type:  defect (bug)   |      Status:  closed
 Priority:  normal         |   Milestone:  3.4
Component:  Rewrite Rules  |     Version:
 Severity:  normal         |  Resolution:  fixed
 Keywords:  has-patch      |
---------------------------+---------------------

Comment (by LucasMS):

 The endpoints are still being added to categories, this bug was not fixed.
 Wordpress keeps generating rules like this:


 {{{
 "(.+?)/foo(/(.*))?/?$" =>
 "index.php?category_name=$matches[1]&foo=$matches[3]"
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/19876#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list