Changeset 11064
- Timestamp:
- 09/06/2016 04:49:38 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-loader.php
r10652 r11064 18 18 19 19 /** 20 * Bootstrap the Activity component.20 * Set up the bp-activity component. 21 21 * 22 22 * @since 1.6.0 -
trunk/src/bp-blogs/bp-blogs-loader.php
r10652 r11064 21 21 /** 22 22 * Set up the bp-blogs component. 23 * 24 * @since 1.5.0 23 25 */ 24 26 function bp_setup_blogs() { -
trunk/src/bp-core/bp-core-loader.php
r10652 r11064 19 19 20 20 /** 21 * Set up the BuddyPress Core component.21 * Set up the bp-core component. 22 22 * 23 23 * @since 1.6.0 24 *25 * @global BuddyPress $bp BuddyPress global settings object.26 24 */ 27 25 function bp_setup_core() { -
trunk/src/bp-friends/bp-friends-loader.php
r10652 r11064 18 18 19 19 /** 20 * Set up the bp-f orums component.20 * Set up the bp-friends component. 21 21 * 22 22 * @since 1.6.0 -
trunk/src/bp-groups/bp-groups-loader.php
r10652 r11064 20 20 21 21 /** 22 * Bootstrap the Notifications component.22 * Set up the bp-groups component. 23 23 * 24 24 * @since 1.5.0 -
trunk/src/bp-messages/bp-messages-loader.php
r10652 r11064 18 18 19 19 /** 20 * Bootstrap the Messages component. 20 * Set up the bp-messages component. 21 * 22 * @since 1.5.0 21 23 */ 22 24 function bp_setup_messages() { -
trunk/src/bp-notifications/bp-notifications-loader.php
r10652 r11064 18 18 19 19 /** 20 * Bootstrap the Notifications component.20 * Set up the bp-notifications component. 21 21 * 22 22 * @since 1.9.0 -
trunk/src/bp-settings/bp-settings-loader.php
r10652 r11064 16 16 17 17 /** 18 * Instantiates thesettings component.18 * Set up the bp-settings component. 19 19 * 20 20 * @since 1.6.0 -
trunk/src/bp-xprofile/bp-xprofile-loader.php
r10740 r11064 19 19 20 20 /** 21 * Bootstrap the XProfile component.21 * Set up the bp-xprofile component. 22 22 * 23 23 * @since 1.6.0
Note: See TracChangeset
for help on using the changeset viewer.