Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2022 09:33:11 PM (2 years ago)
Author:
imath
Message:

Replace usage of $this in @param tags with a meaningful variable name

Props devutpol, espellcaste

Fixes #8611

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-button.php

    r13108 r13372  
    360360         *
    361361         * @param string    $contents HTML being used for the button.
    362          * @param BP_Button $this     Current BP_Button instance.
     362         * @param BP_Button $button   Current BP_Button instance.
    363363         * @param string    $before   HTML appended before the actual button.
    364364         * @param string    $after    HTML appended after the actual button.
Note: See TracChangeset for help on using the changeset viewer.