Skip to:
Content

BuddyPress.org

Changeset 2761 for trunk/bp-friends.php


Ignore:
Timestamp:
02/22/2010 01:25:56 PM (16 years ago)
Author:
apeatling
Message:

Merging 1.2 branch into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r2737 r2761  
    5757
    5858    /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */
    59     if ( $bp->site_options['bp-friends-db-version'] < BP_FRIENDS_DB_VERSION )
     59    if ( get_site_option( 'bp-friends-db-version' ) < BP_FRIENDS_DB_VERSION )
    6060        friends_install();
    6161}
Note: See TracChangeset for help on using the changeset viewer.