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-admin/includes/class-wp-upgrader.php

    r48835 r49946  
    263263         *                                Default false.
    264264         * @param string      $package    The package file name.
    265          * @param WP_Upgrader $this       The WP_Upgrader instance.
     265         * @param WP_Upgrader $upgrader   The WP_Upgrader instance.
    266266         * @param array       $hook_extra Extra arguments passed to hooked filters.
    267267         */
     
    522522         * @param string      $source        File source location.
    523523         * @param string      $remote_source Remote file source location.
    524          * @param WP_Upgrader $this          WP_Upgrader instance.
     524         * @param WP_Upgrader $upgrader      WP_Upgrader instance.
    525525         * @param array       $hook_extra    Extra arguments passed to hooked filters.
    526526         */
Note: See TracChangeset for help on using the changeset viewer.