Changeset 5726
- Timestamp:
- 02/11/2012 09:13:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-update.php
r5655 r5726 23 23 24 24 // 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' ); 26 26 $current_live = bp_get_db_version(); 27 27
Note: See TracChangeset
for help on using the changeset viewer.