Make WordPress Core

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


Ignore:
Timestamp:
11/08/2012 12:42:24 AM (13 years ago)
Author:
helenyhou
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20164, comment 16

    initial v1  
    1 Seems like we need to exclude non-public post types (e.g. nav menu item) and attachment, as the radio selectors did previously. [attachment:20164.diff] for that, but I think my transformation of the post types array into something for IN() is kind of lame, but doesn't seem all that different from how it's done in WP_Query.
     1Seems like we need to exclude non-public post types (e.g. nav menu item) and attachment, as the radio selectors did previously. [attachment:20164.diff] for that, but I think my transformation of the post types array into something for IN() is kind of lame, although it doesn't seem all that different from how it's done in WP_Query.