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
This commit is contained in:
parent
0b45a1e5fa
commit
9226691b3c
|
@ -234,8 +234,6 @@ class WP_Tax_Query {
|
||||||
*
|
*
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
* @static
|
|
||||||
*
|
|
||||||
* @param string $primary_table Database table where the object being filtered is stored (eg wp_users).
|
* @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.
|
* @param string $primary_id_column ID column for the filtered object in $primary_table.
|
||||||
* @return array {
|
* @return array {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue