Changeset 10077 for trunk/src/bp-activity/bp-activity-loader.php
- Timestamp:
- 08/31/2015 06:51:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-loader.php
r9936 r10077 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Activity Streams Loader. … … 16 15 * Main Activity Class. 17 16 * 18 * @since BuddyPress (1.5.0)17 * @since 1.5.0 19 18 */ 20 19 class BP_Activity_Component extends BP_Component { … … 23 22 * Start the activity component setup process. 24 23 * 25 * @since BuddyPress (1.5.0)24 * @since 1.5.0 26 25 */ 27 26 public function __construct() { … … 39 38 * Include component files. 40 39 * 41 * @since BuddyPress (1.5.0)40 * @since 1.5.0 42 41 * 43 42 * @see BP_Component::includes() for a description of arguments. … … 81 80 * backwards compatibility. 82 81 * 83 * @since BuddyPress (1.5.0)82 * @since 1.5.0 84 83 * 85 84 * @see BP_Component::setup_globals() for a description of arguments. … … 125 124 * Set up component navigation. 126 125 * 127 * @since BuddyPress (1.5.0)126 * @since 1.5.0 128 127 * 129 128 * @see BP_Component::setup_nav() for a description of arguments. … … 233 232 * Set up the component entries in the WordPress Admin Bar. 234 233 * 235 * @since BuddyPress (1.5.0)234 * @since 1.5.0 236 235 * 237 236 * @see BP_Component::setup_nav() for a description of the $wp_admin_nav … … 330 329 * Set up the title for pages and <title>. 331 330 * 332 * @since BuddyPress (1.5.0)331 * @since 1.5.0 333 332 * 334 333 * @uses bp_is_activity_component() … … 360 359 * Set up actions necessary for the component. 361 360 * 362 * @since BuddyPress (1.6.0)361 * @since 1.6.0 363 362 */ 364 363 public function setup_actions() { … … 373 372 * Setup cache groups. 374 373 * 375 * @since BuddyPress (2.2.0)374 * @since 2.2.0 376 375 */ 377 376 public function setup_cache_groups() {
Note: See TracChangeset
for help on using the changeset viewer.