Changeset 7215
- Timestamp:
- 06/13/2013 03:42:39 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 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 -
trunk/bp-themes/bp-default/rtl.css
r6797 r7215 3 3 * Theme URI: http://buddypress.org/extend/themes/ 4 4 * Description: Clean and stylish, BuddyPress Default lets you build a social network straight out of the box. Make it yours with a custom menu, header image, and background. Along with five widgetized areas (one in the sidebar, four in the footer), BP-Default supports featured images (as custom header images on posts and pages) and is furnished with an optional one-column page template that removes the sidebar, and a stylesheet for the admin Visual Editor. 5 * Version: 1. 75 * Version: 1.8-beta1 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
trunk/bp-themes/bp-default/style.css
r6797 r7215 3 3 * Theme URI: http://buddypress.org/extend/themes/ 4 4 * Description: Clean and stylish, BuddyPress Default lets you build a social network straight out of the box. Make it yours with a custom menu, header image, and background. Along with five widgetized areas (one in the sidebar, four in the footer), BP-Default supports featured images (as custom header images on posts and pages) and is furnished with an optional one-column page template that removes the sidebar, and a stylesheet for the admin Visual Editor. 5 * Version: 1. 75 * Version: 1.8-beta1 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org
Note: See TracChangeset
for help on using the changeset viewer.