]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/about.php
WordPress 4.3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / about.php
index 8118b5a3dc71cffd570dc27272072c5e8fea20ba..0afc31767762d2b9077d0e27f5d361e07c960de8 100644 (file)
@@ -86,7 +86,7 @@ $tech_features = array(
        array(
                'heading'     => __( 'Template Hierarchy' ),
                /* Translators: 1: singular.php; 2: single.php; 3:page.php */
-               '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>.' ),
+               '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>' ),
        ),
        array(
                'heading'     => '<code>WP_List_Table</code>',
@@ -107,6 +107,14 @@ $tech_features = array(
                        <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
                </h2>
 
+               <div class="changelog point-releases">
+                       <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3>
+                       <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
+                        '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 26 ), '4.3.1', number_format_i18n( 26 ) ); ?>
+                               <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_4.3.1' ); ?>
+                       </p>
+               </div>
+
                <div class="headline-feature feature-video">
                        <iframe width="1050" height="591" src="<?php echo esc_url( $video_url ); ?>" frameborder="0" allowfullscreen></iframe>
                        <script src="https://videopress.com/videopress-iframe.js"></script>