Changeset 7756 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 01/24/2014 11:48:48 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r7747 r7756 36 36 * @since BuddyPress (1.5) 37 37 */ 38 function __construct() {38 public function __construct() { 39 39 parent::start( 40 40 'xprofile', 41 41 __( 'Extended Profiles', 'buddypress' ), 42 BP_PLUGIN_DIR,42 buddypress()->plugin_dir, 43 43 array( 44 44 'adminbar_myaccount_order' => 20
Note: See TracChangeset
for help on using the changeset viewer.