Make WordPress Core


Ignore:
Timestamp:
01/08/2021 02:28:46 PM (5 years ago)
Author:
johnbillion
Message:

Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names.

See #51800, #52217

Fixes #52243

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-term-query.php

    r49672 r49946  
    697697         * @param array|null    $terms Return an array of term data to short-circuit WP's term query,
    698698         *                             or null to allow WP queries to run normally.
    699          * @param WP_Term_Query $this The WP_Term_Query instance, passed by reference.
     699         * @param WP_Term_Query $query The WP_Term_Query instance, passed by reference.
    700700         */
    701701        $this->terms = apply_filters_ref_array( 'terms_pre_query', array( $this->terms, &$this ) );
Note: See TracChangeset for help on using the changeset viewer.