Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #15031


Ignore:
Timestamp:
03/04/2011 02:51:47 AM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15031

    • Property Component changed from General to Query
    • Property Summary changed from WP_Query can no longer sort by meta value to order via meta_query
    • Property Milestone changed from 3.1 to Future Release
    • Property Keywords dev-feedback added
    • Property Type changed from defect (bug) to enhancement
  • Ticket #15031 – Description

    initial v6  
    1 #14645 added the ability to query based on multiple meta keys, but you lose the ability to order your query based on them.
    2 
    3 This is a regression.
     1#14645 added the ability to query based on multiple meta keys, but you can't use it to order posts.