Changeset 6899
- Timestamp:
- 04/08/2013 06:07:39 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r6874 r6899 17 17 * Author: The BuddyPress Community 18 18 * Author URI: http://buddypress.org/community/members/ 19 * Version: 1.7 -rc119 * Version: 1.7 20 20 * Text Domain: buddypress 21 21 * Domain Path: /bp-languages/ … … 279 279 /** Versions **********************************************************/ 280 280 281 $this->version = '1.7 -rc1-6874';282 $this->db_version = 60 67;281 $this->version = '1.7'; 282 $this->db_version = 6080; 283 283 284 284 /** Loading ***********************************************************/ -
trunk/readme.txt
r6874 r6899 4 4 Requires at least: 3.5 5 5 Tested up to: 3.6 6 Stable tag: 1. 6.56 Stable tag: 1.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 = Can I use my existing WordPress theme? = 47 47 48 Of course! Once you've installed and activated BuddyPress, the Installation Wizard will guide you through the available theme options. You'll be given the option of installing the <a href="http://wordpress.org/extend/plugins/bp-template-pack/">BuddyPress Template Pack</a>, which will help you add BuddyPress compatibility to your existing theme. 49 50 Be sure to also try out the default theme bundled with BuddyPress. It provides all the awesome features of a standard WordPress blog, but also integrates BuddyPress's features in a seamless and beautiful way. The BuddyPress Default theme is a snap to customize, with full support for custom headers and backgrounds and multiple widget areas. It also makes a great starting point for your own <a href="http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/">child theme</a>. 48 Of course! BuddyPress should work with just about any WordPress theme out there! If you want more control, you can install the <a href="http://wordpress.org/extend/plugins/bp-template-pack/">BuddyPress Template Pack</a>, which will help you add the necessary templates to your existing theme. 51 49 52 50 = Will this work on WordPress multisite? =
Note: See TracChangeset
for help on using the changeset viewer.