Changeset 20553
- Timestamp:
- 04/20/2012 02:49:49 PM (14 years ago)
- Location:
- branches/3.3
- Files:
-
- 2 edited
-
wp-admin/about.php (modified) (1 diff)
-
wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/wp-admin/about.php
r19669 r20553 35 35 36 36 <div class="changelog point-releases"> 37 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3> 37 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 2 ); ?></h3> 38 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 39 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 12 ), '3.3.2', number_format_i18n( 12 ) ); ?> 40 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.3.2' ); ?> 41 </p> 38 42 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', 39 43 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?> -
branches/3.3/wp-includes/version.php
r20550 r20553 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.3.2 -RC1';7 $wp_version = '3.3.2'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.