[wp-trac] [WordPress Trac] #31265: Metadata 'orderby' parity across query classes
WordPress Trac
noreply at wordpress.org
Sat Mar 7 15:44:31 UTC 2015
#31265: Metadata 'orderby' parity across query classes
----------------------------+-----------------------------
Reporter: boonebgorges | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: Future Release
Component: Query | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
----------------------------+-----------------------------
Comment (by boonebgorges):
In [changeset:"31662"]:
{{{
#!CommitTicketReference repository="" revision="31662"
Tests for some existing 'orderby' functionality in `WP_*_Query` classes.
* In `WP_Query` and `WP_Comment_Query`, ensure that 'orderby' can parse
multiple values for 'orderby' when passed as a space-separated string.
* In `WP_User_Query`, ensure that "shorthand" orderbys (like 'login' and
'name') are converted to their full versions (like 'user_login' and
'display_name').
See #31265.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31265#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list