Multisite: Add meta query functionality to WP_Site_Query.

After the introduction of site metadata in [42836], it should be possible to query sites by that data.

Fixes #40229.

Built from https://develop.svn.wordpress.org/trunk@43010


git-svn-id: http://core.svn.wordpress.org/trunk@42839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz
2018-04-27 11:41:22 +00:00
parent a11d2f6a76
commit af6704edad
2 changed files with 96 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43009';
$wp_version = '5.0-alpha-43010';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.