Changeset 2695 for trunk/bp-friends.php
- Timestamp:
- 02/12/2010 12:31:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r2678 r2695 49 49 } 50 50 add_action( 'bp_setup_globals', 'friends_setup_globals' ); 51 add_action( 'admin_menu', 'friends_setup_globals', 2 );52 51 53 52 function friends_check_installed() { … … 58 57 59 58 /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */ 60 if ( get_site_option('bp-friends-db-version')< BP_FRIENDS_DB_VERSION )59 if ( $bp->site_options['bp-friends-db-version'] < BP_FRIENDS_DB_VERSION ) 61 60 friends_install(); 62 61 }
Note: See TracChangeset
for help on using the changeset viewer.