Changeset 7380 for trunk/src/includes/extend/buddypress/loader.php
- Timestamp:
- 12/05/2025 02:27:53 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/extend/buddypress/loader.php (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/loader.php
r7379 r7380 2 2 3 3 /** 4 * bbPress BuddyPress Component Class 4 * bbPress BuddyPress Component Class. 5 5 * 6 6 * bbPress and BuddyPress are designed to connect together seamlessly and … … 23 23 if ( ! class_exists( 'BBP_Forums_Component' ) ) : 24 24 /** 25 * Loads Forums Component 25 * Loads Forums Component. 26 26 * 27 27 * @since 2.1.0 bbPress (r3552) … … 33 33 34 34 /** 35 * BuddyPress Members component shim 35 * BuddyPress Members component shim. 36 36 * 37 37 * @since 2.0.0 … … 42 42 43 43 /** 44 * BuddyPress Activity component shim 44 * BuddyPress Activity component shim. 45 45 * 46 46 * @since 2.0.0 … … 51 51 52 52 /** 53 * Start the forums component creation process 53 * Start the forums component creation process. 54 54 * 55 55 * @since 2.1.0 bbPress (r3552) … … 68 68 69 69 /** 70 * Include BuddyPress classes and functions 70 * Include BuddyPress classes and functions. 71 71 */ 72 72 public function includes( $includes = array() ) { … … 111 111 112 112 /** 113 * Setup globals 113 * Setup globals. 114 114 * 115 115 * The BP_FORUMS_SLUG constant is deprecated, and only used here for … … 144 144 145 145 /** 146 * Setup the actions 146 * Setup the actions. 147 147 * 148 148 * @since 2.0.0 bbPress (r3395) … … 160 160 161 161 /** 162 * Instantiate classes for BuddyPress integration 162 * Instantiate classes for BuddyPress integration. 163 163 * 164 164 * @since 2.0.0 bbPress (r3395) … … 191 191 192 192 /** 193 * Setup BuddyBar navigation 193 * Setup BuddyBar navigation. 194 194 * 195 195 * @since 2.1.0 bbPress (r3552) … … 292 292 293 293 /** 294 * Set up the admin bar 294 * Set up the admin bar. 295 295 * 296 296 * @since 2.1.0 bbPress (r3552) … … 384 384 385 385 /** 386 * Sets up the title for pages and <title> 386 * Sets up the title for pages and <title>. 387 387 * 388 388 * @since 2.1.0 bbPress (r3552)
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)