Make WordPress Core

Changeset 24492 for branches/3.5


Ignore:
Timestamp:
06/21/2013 05:26:11 PM (11 years ago)
Author:
nacin
Message:

3.5.2

Location:
branches/3.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.5/readme.html

    r23344 r24492  
    99<h1 id="logo">
    1010    <a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
    11     <br /> Version 3.5.1
     11    <br /> Version 3.5.2
    1212</h1>
    1313<p style="text-align: center">Semantic Personal Publishing Platform</p>
  • branches/3.5/wp-admin/about.php

    r23344 r24492  
    3535
    3636<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.5.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.5.2' ); ?>
     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.', 37 ), '3.5.1', number_format_i18n( 37 ) ); ?>
  • branches/3.5/wp-includes/version.php

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