- Timestamp:
- 02/05/2016 05:26:45 AM (9 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/classes/class-bp-notifications-component.php
r10515 r10523 263 263 } 264 264 } 265 266 /**267 * Bootstrap the Notifications component.268 *269 * @since 1.9.0270 */271 function bp_setup_notifications() {272 buddypress()->notifications = new BP_Notifications_Component();273 }274 add_action( 'bp_setup_components', 'bp_setup_notifications', 6 );
Note: See TracChangeset
for help on using the changeset viewer.