Changeset 18437
- Timestamp:
- 07/12/2011 06:24:35 PM (14 years ago)
- Location:
- branches/3.2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/readme.html
r17562 r18437 9 9 <h1 id="logo"> 10 10 <a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" width="250" height="68" /></a> 11 <br /> Version 3.2 11 <br /> Version 3.2.1 12 12 </h1> 13 13 <p style="text-align: center">Semantic Personal Publishing Platform</p> -
branches/3.2/wp-admin/includes/update-core.php
r18405 r18437 336 336 $required_php_version = '5.2.4'; 337 337 $required_mysql_version = '5.0'; 338 $wp_version = '3.2 ';338 $wp_version = '3.2.1'; 339 339 $php_compat = version_compare( $php_version, $required_php_version, '>=' ); 340 340 $mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' ); -
branches/3.2/wp-content/themes/twentyeleven/style.css
r18409 r18437 5 5 Author URI: http://wordpress.org/ 6 6 Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats. 7 Version: 1. 17 Version: 1.2 8 8 License: GNU General Public License 9 9 License URI: license.txt -
branches/3.2/wp-includes/version.php
r18401 r18437 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.2.1 -alpha';7 $wp_version = '3.2.1'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.