Changeset 7716
- Timestamp:
- 12/27/2013 10:51:16 PM (11 years ago)
- Location:
- branches/1.9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9/bp-loader.php
r7682 r7716 17 17 * Author: The BuddyPress Community 18 18 * Author URI: http://buddypress.org/community/members/ 19 * Version: 1.9 19 * Version: 1.9.1 20 20 * Text Domain: buddypress 21 21 * Domain Path: /bp-languages/ … … 298 298 /** Versions **********************************************************/ 299 299 300 $this->version = '1.9 -7682';300 $this->version = '1.9.1-7716'; 301 301 $this->db_version = 7553; 302 302 -
branches/1.9/bp-themes/bp-default/rtl.css
r7682 r7716 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.9 5 * Version: 1.9.1 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
branches/1.9/bp-themes/bp-default/style.css
r7682 r7716 3 3 * Theme URI: http://buddypress.org/extend/themes/ 4 4 * Description: [NOTE: except for security issues, BuddyPress Default is no longer being actively maintained by the BuddyPress team.] 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.9 5 * Version: 1.9.1 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
branches/1.9/readme.txt
r7682 r7716 78 78 == Upgrade Notice == 79 79 80 = 1.9.1 = 81 See: http://codex.buddypress.org/releases/version-1-9-1/ 82 80 83 = 1.9 = 81 84 See: http://codex.buddypress.org/releases/version-1-9/
Note: See TracChangeset
for help on using the changeset viewer.