Skip to:
Content

BuddyPress.org

Changeset 6899


Ignore:
Timestamp:
04/08/2013 06:07:39 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Tweak readme.txt and bp-loader.php for BuddyPress 1.7.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r6874 r6899  
    1717 * Author:      The BuddyPress Community
    1818 * Author URI:  http://buddypress.org/community/members/
    19  * Version:     1.7-rc1
     19 * Version:     1.7
    2020 * Text Domain: buddypress
    2121 * Domain Path: /bp-languages/
     
    279279        /** Versions **********************************************************/
    280280
    281         $this->version    = '1.7-rc1-6874';
    282         $this->db_version = 6067;
     281        $this->version    = '1.7';
     282        $this->db_version = 6080;
    283283
    284284        /** Loading ***********************************************************/
  • trunk/readme.txt

    r6874 r6899  
    44Requires at least: 3.5
    55Tested up to: 3.6
    6 Stable tag: 1.6.5
     6Stable tag: 1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646= Can I use my existing WordPress theme? =
    4747
    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>.
     48Of 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.
    5149
    5250= Will this work on WordPress multisite? =
Note: See TracChangeset for help on using the changeset viewer.