mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names.
See #51800, #52217 Fixes #52243 git-svn-id: https://develop.svn.wordpress.org/trunk@49946 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -696,7 +696,7 @@ class WP_Term_Query {
|
||||
*
|
||||
* @param array|null $terms Return an array of term data to short-circuit WP's term query,
|
||||
* or null to allow WP queries to run normally.
|
||||
* @param WP_Term_Query $this The WP_Term_Query instance, passed by reference.
|
||||
* @param WP_Term_Query $query The WP_Term_Query instance, passed by reference.
|
||||
*/
|
||||
$this->terms = apply_filters_ref_array( 'terms_pre_query', array( $this->terms, &$this ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user