~canonical-sysadmins/wordpress/4.4.1

« back to all changes in this revision

Viewing changes to wp-admin/about.php

  • Committer: Ryan Finnie
  • Date: 2015-09-15 23:22:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150915232231-8o4k4qwyh9qb9hrp
Merge WP4.3.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        array(
87
87
                'heading'     => __( 'Template Hierarchy' ),
88
88
                /* 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>' ),
90
90
        ),
91
91
        array(
92
92
                'heading'     => '<code>WP_List_Table</code>',
107
107
                        <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
108
108
                </h2>
109
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>
 
117
 
110
118
                <div class="headline-feature feature-video">
111
119
                        <iframe width="1050" height="591" src="<?php echo esc_url( $video_url ); ?>" frameborder="0" allowfullscreen></iframe>
112
120
                        <script src="https://videopress.com/videopress-iframe.js"></script>