Changeset 13893 for trunk/src/bp-core/classes/class-bp-theme-compat.php
- Timestamp:
- 06/02/2024 02:07:21 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-theme-compat.php
r13890 r13893 104 104 */ 105 105 public function __set( $property, $value ) { 106 return $this->_data[ $property ] = $value; 106 $this->_data[ $property ] = $value; 107 108 return $this->_data[ $property ]; 107 109 } 108 110
Note: See TracChangeset
for help on using the changeset viewer.