Make WordPress Core

Changeset 25357


Ignore:
Timestamp:
09/11/2013 07:07:52 PM (12 years ago)
Author:
nacin
Message:

Readme for 3.6.1.

Location:
branches/3.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6/readme.html

    r24744 r25357  
    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.6
     11    <br /> Version 3.6.1
    1212</h1>
    1313<p style="text-align: center">Semantic Personal Publishing Platform</p>
  • branches/3.6/wp-admin/about.php

    r24953 r25357  
    3333    </a>
    3434</h2>
     35
     36<div class="changelog point-releases">
     37    <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></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.', 13 ), '3.6.1', number_format_i18n( 13 ) ); ?>
     40        <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.6.1' ); ?>
     41    </p>
     42</div>
    3543
    3644<div class="changelog">
Note: See TracChangeset for help on using the changeset viewer.