mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Recent commits have added the ability to order query results by specific clauses of the 'meta_query' parameter (comments [31467], posts [31312] and [31340]). The current changeset ports the same functionality to `WP_User_Query`. Also introduced is the ability to pass the value of `$meta_key` to 'orderby'. The internals of `WP_User_Query::prepare_users()` had to be reordered somewhat to support these changes, primarily to ensure that the `meta_query` object generates its SQL clauses before the 'orderby' parameter is parsed. See #31265. git-svn-id: https://develop.svn.wordpress.org/trunk@31669 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| src | ||
| tests | ||
| tools/i18n | ||
| .editorconfig | ||
| .gitignore | ||
| .jshintrc | ||
| .travis.yml | ||
| Gruntfile.js | ||
| package.json | ||
| phpunit.xml.dist | ||
| wp-cli.yml | ||
| wp-config-sample.php | ||
| wp-tests-config-sample.php | ||