Skip to:
Content

BuddyPress.org

Ticket #6420: 6420.patch

File 6420.patch, 633 bytes (added by needle, 10 years ago)
  • bp-activity/classes/class-bp-activity-feed.php

     
    6464        public function __get( $key ) { return isset( $this->data[$key] ) ? $this->data[$key] : null; }
    6565
    6666        /**
     67         * Magic method for setting a certain data variable.
     68         *
     69         * @param string $key
     70         * @param string $value
     71         */
     72        public function __set( $key, $value ) { $this->data[$key] = $value; }
     73
     74        /**
    6775         * Constructor.
    6876         *
    6977         * @param array $args Optional.