Changeset 960 for trunk/bp-friends.php
- Timestamp:
- 01/29/2009 04:05:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r938 r960 5 5 define ( 'BP_FRIENDS_VERSION', '1.0b1' ); 6 6 define ( 'BP_FRIENDS_DB_VERSION', '937' ); 7 8 define ( 'BP_FRIENDS_SLUG', apply_filters( 'friends_slug', 'friends' ) ); 7 9 8 10 include_once( 'bp-friends/bp-friends-classes.php' ); … … 59 61 'image_base' => site_url( MUPLUGINDIR . '/bp-friends/images' ), 60 62 'format_activity_function' => 'friends_format_activity', 61 'slug' => 'friends'63 'slug' => BP_FRIENDS_SLUG 62 64 ); 63 65
Note: See TracChangeset
for help on using the changeset viewer.