Changeset 9642 for trunk/src/bp-activity/bp-activity-loader.php
- Timestamp:
- 03/24/2015 11:22:50 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-loader.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-loader.php
r9539 r9642 16 16 * Main Activity Class. 17 17 * 18 * @since BuddyPress (1.5 )18 * @since BuddyPress (1.5.0) 19 19 */ 20 20 class BP_Activity_Component extends BP_Component { … … 23 23 * Start the activity component setup process. 24 24 * 25 * @since BuddyPress (1.5 )25 * @since BuddyPress (1.5.0) 26 26 */ 27 27 public function __construct() { … … 39 39 * Include component files. 40 40 * 41 * @since BuddyPress (1.5 )41 * @since BuddyPress (1.5.0) 42 42 * 43 43 * @see BP_Component::includes() for a description of arguments. … … 80 80 * backwards compatibility. 81 81 * 82 * @since BuddyPress (1.5 )82 * @since BuddyPress (1.5.0) 83 83 * 84 84 * @see BP_Component::setup_globals() for a description of arguments. … … 123 123 * Set up component navigation. 124 124 * 125 * @since BuddyPress (1.5 )125 * @since BuddyPress (1.5.0) 126 126 * 127 127 * @see BP_Component::setup_nav() for a description of arguments. … … 232 232 * Set up the component entries in the WordPress Admin Bar. 233 233 * 234 * @since BuddyPress (1.5 )234 * @since BuddyPress (1.5.0) 235 235 * 236 236 * @see BP_Component::setup_nav() for a description of the $wp_admin_nav … … 331 331 * Set up the title for pages and <title>. 332 332 * 333 * @since BuddyPress (1.5 )333 * @since BuddyPress (1.5.0) 334 334 * 335 335 * @uses bp_is_activity_component() … … 360 360 * Set up actions necessary for the component. 361 361 * 362 * @since BuddyPress (1.6 )362 * @since BuddyPress (1.6.0) 363 363 */ 364 364 public function setup_actions() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)