- Timestamp:
- 09/10/2015 05:17:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-feed.php
r10077 r10094 65 65 66 66 /** 67 * Magic method for setting a certain data variable. 68 * 69 * @since 2.4.0 70 * 71 * @param string $key The property to set. 72 * @param mixed $value The value to set. 73 */ 74 public function __set( $key, $value ) { $this->data[$key] = $value; } 75 76 /** 67 77 * Constructor. 68 78 *
Note: See TracChangeset
for help on using the changeset viewer.