]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/about.php
Wordpress 4.5.3-scripts
[autoinstalls/wordpress.git] / wp-admin / about.php
index 8772bf048bff9dff801b88e1d8917582abbb9306..f22c555f94092fc507cea25280183718a4431034 100644 (file)
@@ -40,6 +40,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
 
                <div class="changelog point-releases">
                        <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
 
                <div class="changelog point-releases">
                        <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
+                       <p><?php printf( _n( '<strong>Version %s</strong> addressed some security issues and fixed %2$s bug.',
+                               '<strong>Version %s</strong> addressed some security issues and fixed %2$s bugs.', 17 ), '4.5.3', number_format_i18n( 17 ) ); ?>
+                               <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.3' ); ?>
+                       </p>
                        <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.5.2' ); ?>
                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.2' ); ?>
                        </p>
                        <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.5.2' ); ?>
                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.2' ); ?>
                        </p>