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-blogs/classes/class-bp-blogs-blog.php

    r13307 r13372  
    103103         * @since 1.0.0
    104104         *
    105          * @param BP_Blogs_Blog $this Current instance of the blog item being saved. Passed by reference.
     105         * @param BP_Blogs_Blog $blog Current instance of the blog item being saved. Passed by reference.
    106106         */
    107107        do_action_ref_array( 'bp_blogs_blog_before_save', array( &$this ) );
     
    135135         * @since 1.0.0
    136136         *
    137          * @param BP_Blogs_Blog $this Current instance of the blog item being saved. Passed by reference.
     137         * @param BP_Blogs_Blog $blog Current instance of the blog item being saved. Passed by reference.
    138138         */
    139139        do_action_ref_array( 'bp_blogs_blog_after_save', array( &$this ) );
Note: See TracChangeset for help on using the changeset viewer.