Skip to:
Content

BuddyPress.org

Changeset 5726


Ignore:
Timestamp:
02/11/2012 09:13:09 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use bp_get_option() in bp_is_update()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-update.php

    r5655 r5726  
    2323
    2424    // Current DB version of this site (per site in a multisite network)
    25     $current_db   = get_option( '_bp_db_version' );
     25    $current_db   = bp_get_option( '_bp_db_version' );
    2626    $current_live = bp_get_db_version();
    2727
Note: See TracChangeset for help on using the changeset viewer.