Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r34181 r33632  
    8787                'heading'     => __( 'Template Hierarchy' ),
    8888                /* Translators: 1: singular.php; 2: single.php; 3:page.php */
    89                 'description' => sprintf( __( 'Added %1$s as a fallback for %2$s and %3$s' ), '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code>' ),
     89                'description' => sprintf( __( 'Added %1$s as a fallback for %2$s and %3$s' ), '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code>.' ),
    9090        ),
    9191        array(
     
    107107                        <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    108108                </h2>
    109 
    110                 <div class="changelog point-releases">
    111                         <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3>
    112                         <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
    113                          '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 26 ), '4.3.1', number_format_i18n( 26 ) ); ?>
    114                                 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_4.3.1' ); ?>
    115                         </p>
    116                 </div>
    117109
    118110                <div class="headline-feature feature-video">
Note: See TracChangeset for help on using the changeset viewer.