[wp-trac] [WordPress Trac] #19693: redirect_guess_404_permalink() can catch the wrong post types

WordPress Trac wp-trac at lists.automattic.com
Wed May 2 17:07:17 UTC 2012


#19693: redirect_guess_404_permalink() can catch the wrong post types
------------------------------+------------------
 Reporter:  nacin             |       Owner:
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  3.4
Component:  Canonical         |     Version:
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |
------------------------------+------------------

Comment (by nacin):

 publicly_querable is simply for whether you should be able to do
 ?post_type=tweet (yes, this post type is publicly queryable) or
 ?post_type=page (no, this post type is not publicly queryable). It does
 not affect whether the post type is publicly accessible — that is
 controlled by the "public" flag. Anyone setting public to false but
 publicly_queryable to true is asking for it. :-)

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


More information about the wp-trac mailing list