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:
Sergey Biryukov
2018-02-25 21:45:30 +00:00
parent 0b45a1e5fa
commit 9226691b3c
2 changed files with 1 additions and 3 deletions

View File

@@ -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 {