Changeset 7215 for trunk/bp-loader.php
- Timestamp:
- 06/13/2013 03:42:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r7201 r7215 17 17 * Author: The BuddyPress Community 18 18 * Author URI: http://buddypress.org/community/members/ 19 * Version: 1.8-b leeding19 * Version: 1.8-beta1 20 20 * Text Domain: buddypress 21 21 * Domain Path: /bp-languages/ … … 257 257 // get network-activated plugins 258 258 $plugins = get_site_option( 'active_sitewide_plugins'); 259 259 260 260 // basename 261 261 $basename = plugin_basename( constant( 'BP_PLUGIN_DIR' ) . 'bp-loader.php' ); … … 295 295 /** Versions **********************************************************/ 296 296 297 $this->version = '1.8-b leeding-7167';297 $this->version = '1.8-beta1'; 298 298 $this->db_version = 6080; 299 299
Note: See TracChangeset
for help on using the changeset viewer.