Changeset 7756 for trunk/bp-notifications/bp-notifications-loader.php
- Timestamp:
- 01/24/2014 11:48:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-loader.php
r7593 r7756 21 21 * @since BuddyPress (1.9.0) 22 22 */ 23 function __construct() {23 public function __construct() { 24 24 parent::start( 25 25 'notifications', 26 26 __( 'Notifications', 'buddypress' ), 27 BP_PLUGIN_DIR,27 buddypress()->plugin_dir, 28 28 array( 29 29 'adminbar_myaccount_order' => 30
Note: See TracChangeset
for help on using the changeset viewer.