Changeset 7006 for trunk/src/bbpress.php
- Timestamp:
- 11/24/2019 01:38:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r6967 r7006 170 170 * @since 2.1.0 bbPress (r3951) 171 171 */ 172 public function __set( $key 172 public function __set( $key, $value ) { $this->data[ $key ] = $value; } 173 173 174 174 /** … … 551 551 'menu_icon' => '', 552 552 'source' => 'bbpress', 553 ) 554 ) );553 ) ) 554 ); 555 555 556 556 /** Replies ***********************************************************/
Note: See TracChangeset
for help on using the changeset viewer.