Changeset 5927 for trunk/bp-activity/bp-activity-loader.php
- Timestamp:
- 03/16/2012 01:06:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-loader.php
r5868 r5927 16 16 * Main Activity Class 17 17 * 18 * @since 1.5.018 * @since BuddyPress (1.5).0 19 19 */ 20 20 class BP_Activity_Component extends BP_Component { … … 23 23 * Start the activity component creation process 24 24 * 25 * @since 1.5.025 * @since BuddyPress (1.5).0 26 26 */ 27 27 function __construct() { … … 36 36 * Include files 37 37 * 38 * @since 1.5.038 * @since BuddyPress (1.5).0 39 39 */ 40 40 function includes() { … … 68 68 * backwards compatibility. 69 69 * 70 * @since 1.5.070 * @since BuddyPress (1.5).0 71 71 * 72 72 * @global object $bp BuddyPress global settings … … 102 102 * Setup BuddyBar navigation 103 103 * 104 * @since 1.5.0104 * @since BuddyPress (1.5).0 105 105 * 106 106 * @global object $bp BuddyPress global settings … … 203 203 * Set up the Toolbar 204 204 * 205 * @since 1.5.0205 * @since BuddyPress (1.5).0 206 206 * 207 207 * @global object $bp BuddyPress global settings … … 294 294 * Sets up the title for pages and <title> 295 295 * 296 * @since 1.5.0296 * @since BuddyPress (1.5).0 297 297 * 298 298 * @global object $bp BuddyPress global settings
Note: See TracChangeset
for help on using the changeset viewer.