Changeset 2554
- Timestamp:
- 02/03/2010 12:26:45 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r2472 r2554 5 5 Description: BuddyPress will add social networking features to a new or existing WordPress MU installation. 6 6 Author: The BuddyPress Community 7 Version: 1.2- beta7 Version: 1.2-rc 8 8 Author URI: http://buddypress.org/developers/ 9 9 Site Wide Only: true 10 10 */ 11 11 12 define( 'BP_VERSION', '1.2- beta' );12 define( 'BP_VERSION', '1.2-rc' ); 13 13 14 14 /*** -
trunk/bp-themes/bp-default/style.css
r2444 r2554 3 3 Theme URI: http://buddypress.org/extend/themes/ 4 4 Description: The default theme for BuddyPress. 5 Version: 1.2- beta5 Version: 1.2-rc 6 6 Author: BuddyPress.org 7 7 Author URI: http://buddypress.org -
trunk/bp-themes/bp-sn-parent/style.css
r2352 r2554 3 3 Theme URI: http://buddypress.org/extend/themes/ 4 4 Description: The parent for the classic BuddyPress theme from version 1.1 and earlier. This theme should not be activated directly. 5 Version: 1.2-r are5 Version: 1.2-rc 6 6 Author: BuddyPress.org 7 7 Author URI: http://buddypress.org
Note: See TracChangeset
for help on using the changeset viewer.