Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 02:07:21 AM (4 months ago)
Author:
espellcaste
Message:

WPCS: Part VII: miscellaneous fixes for some of the files of the core component.

Follow-up to [13883], [13886], [13887], [13888], [13891], and [13892]

See #9164 and #7228

File:
1 edited

Legend:

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

    r13890 r13893  
    104104     */
    105105    public function __set( $property, $value ) {
    106         return $this->_data[ $property ] = $value;
     106        $this->_data[ $property ] = $value;
     107
     108        return $this->_data[ $property ];
    107109    }
    108110
Note: See TracChangeset for help on using the changeset viewer.