Changeset 7756 for trunk/bp-friends/bp-friends-loader.php
- Timestamp:
- 01/24/2014 11:48:48 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-loader.php
r7558 r7756 19 19 * @since BuddyPress (1.5.0) 20 20 */ 21 function __construct() {21 public function __construct() { 22 22 parent::start( 23 23 'friends', 24 24 __( 'Friend Connections', 'buddypress' ), 25 BP_PLUGIN_DIR,25 buddypress()->plugin_dir, 26 26 array( 27 27 'adminbar_myaccount_order' => 60
Note: See TracChangeset
for help on using the changeset viewer.