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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user