Ticket #7239: 7239-5.patch
| File 7239-5.patch, 3.5 KB (added by , 10 years ago) |
|---|
-
src/bp-activity/bp-activity-loader.php
17 17 } 18 18 19 19 /** 20 * Bootstrap the Activity component.20 * Set up the bp-activity component. 21 21 * 22 22 * @since 1.6.0 23 23 */ -
src/bp-blogs/bp-blogs-loader.php
20 20 21 21 /** 22 22 * Set up the bp-blogs component. 23 * 24 * @since 1.5.0 23 25 */ 24 26 function bp_setup_blogs() { 25 27 buddypress()->blogs = new BP_Blogs_Component(); -
src/bp-core/bp-core-loader.php
18 18 } 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() { 28 26 buddypress()->core = new BP_Core(); -
src/bp-friends/bp-friends-loader.php
17 17 } 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 23 23 */ -
src/bp-groups/bp-groups-loader.php
19 19 } 20 20 21 21 /** 22 * Bootstrap the Notifications component.22 * Set up the bp-groups component. 23 23 * 24 24 * @since 1.5.0 25 25 */ -
src/bp-messages/bp-messages-loader.php
17 17 } 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() { 23 25 buddypress()->messages = new BP_Messages_Component(); -
src/bp-notifications/bp-notifications-loader.php
17 17 } 18 18 19 19 /** 20 * Bootstrap the Notifications component.20 * Set up the bp-notifications component. 21 21 * 22 22 * @since 1.9.0 23 23 */ -
src/bp-settings/bp-settings-loader.php
15 15 } 16 16 17 17 /** 18 * Instantiates thesettings component.18 * Set up the bp-settings component. 19 19 * 20 20 * @since 1.6.0 21 21 */ -
src/bp-xprofile/bp-xprofile-loader.php
18 18 } 19 19 20 20 /** 21 * Bootstrap the XProfile component.21 * Set up the bp-xprofile component. 22 22 * 23 23 * @since 1.6.0 24 24 */