diff --git a/wp-includes/class-wp-tax-query.php b/wp-includes/class-wp-tax-query.php index 5422756f4d..4b58635b4d 100644 --- a/wp-includes/class-wp-tax-query.php +++ b/wp-includes/class-wp-tax-query.php @@ -234,8 +234,6 @@ class WP_Tax_Query { * * @since 3.1.0 * - * @static - * * @param string $primary_table Database table where the object being filtered is stored (eg wp_users). * @param string $primary_id_column ID column for the filtered object in $primary_table. * @return array { diff --git a/wp-includes/version.php b/wp-includes/version.php index 664a608eea..3b30b5ab87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42751'; +$wp_version = '5.0-alpha-42752'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.