Changeset 7756 for trunk/bp-activity/bp-activity-loader.php
- Timestamp:
- 01/24/2014 11:48:48 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-loader.php
r7454 r7756 25 25 * @since BuddyPress (1.5) 26 26 */ 27 function __construct() {27 public function __construct() { 28 28 parent::start( 29 29 'activity', 30 30 __( 'Activity Streams', 'buddypress' ), 31 BP_PLUGIN_DIR,31 buddypress()->plugin_dir, 32 32 array( 33 33 'adminbar_myaccount_order' => 10
Note: See TracChangeset
for help on using the changeset viewer.