Make WordPress Core

Changeset 21154


Ignore:
Timestamp:
06/27/2012 07:30:09 PM (13 years ago)
Author:
nacin
Message:

3.3.3 package.

Location:
branches/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/wp-admin/about.php

    r20553 r21154  
    3535
    3636<div class="changelog point-releases">
    37     <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 2 ); ?></h3>
     37    <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 3 ); ?></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.', 8 ), '3.3.3', number_format_i18n( 8 ) ); ?>
     40        <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.3.3' ); ?>
     41    </p>
    3842    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
    3943         '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 12 ), '3.3.2', number_format_i18n( 12 ) ); ?>
  • branches/3.3/wp-includes/version.php

    r21150 r21154  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.3.3-RC1';
     7$wp_version = '3.3.3';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.