Make WordPress Core


Ignore:
Timestamp:
01/08/2021 02:28:46 PM (4 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.php

    r49843 r49946  
    486486         *
    487487         * @param string[] $headers Associative array of headers to be sent.
    488          * @param WP       $this    Current WordPress environment instance.
     488         * @param WP       $wp      Current WordPress environment instance.
    489489         */
    490490        $headers = apply_filters( 'wp_headers', $headers, $this );
Note: See TracChangeset for help on using the changeset viewer.