From 9226691b3c3b1ff9d6cb83e7cdced3722dfd226d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 25 Feb 2018 21:45:30 +0000 Subject: [PATCH] Docs: Remove erroneous `@static` notation from `WP_Tax_Query::get_sql()`, added in [32627]. The method was never used as static. Props birgire. See #42803. Built from https://develop.svn.wordpress.org/trunk@42752 git-svn-id: http://core.svn.wordpress.org/trunk@42582 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-tax-query.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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.