Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/05/2016 05:26:45 AM (11 years ago)
Author:
boonebgorges
Message:

Move bp-notifications classes to their own files.

See #6870.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/classes/class-bp-notifications-component.php

    r10515 r10523  
    263263        }
    264264}
    265 
    266 /**
    267  * Bootstrap the Notifications component.
    268  *
    269  * @since 1.9.0
    270  */
    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.