Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19471, comment 16


Ignore:
Timestamp:
12/08/2011 05:01:25 PM (13 years ago)
Author:
chrisbliss18
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19471, comment 16

    initial v1  
    33>
    44> And the reason, as always is back-compat: http://core.trac.wordpress.org/ticket/12891#comment:138
    5 The code reverted in [16505] was different than the patch I provided and has much far-reaching consequences.
     5The code reverted in [16505] was different than the patch I provided and has more far-reaching consequences.
    66
    77Is the solution offered by my patch appropriate or would it be better to generate a list of post types as you recommend above? I would think that the only difference between the use of "any" and a specifically-generated list of post types given the final query would be a possible query performance difference.