~canonical-sysadmins/wordpress/4.8.2

« back to all changes in this revision

Viewing changes to wp-admin/about.php

  • Committer: axino
  • Date: 2017-03-07 07:21:12 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: axino@canonical.com-20170307072112-9g3xb2f6bb0skh02
Merge WP4.7.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
                <div class="changelog point-releases">
47
47
                        <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
 
48
                        <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
 
49
                                        '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 39 ), '4.7.3', number_format_i18n( 39 ) ); ?>
 
50
                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.7.3' ); ?>
 
51
                        </p>
48
52
                        <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.7.2' ); ?>
49
53
                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.7.2' ); ?>
50
54
                        </p>
89
93
                                echo wp_video_shortcode( array(
90
94
                                        'mp4'      => 'https://s.w.org/images/core/4.7/starter-content-v1.mp4',
91
95
                                        'poster'   => 'https://s.w.org/images/core/4.7/starter-content.jpg?v2',
92
 
                                        'loop'     => true,
93
 
                                        'autoplay' => true,
94
96
                                        'width'    => 1140,
95
97
                                        'height'   => 624,
96
98
                                        // 'class'    => 'wp-video-shortcode feature-video',
106
108
                                echo wp_video_shortcode( array(
107
109
                                        'mp4'      => 'https://s.w.org/images/core/4.7/edit-shortcuts-v1.mp4',
108
110
                                        'poster'   => 'https://s.w.org/images/core/4.7/edit-shortcuts.jpg?v2',
109
 
                                        'loop'     => true,
110
 
                                        'autoplay' => true,
111
111
                                        'width'    => 2520,
112
112
                                        'height'   => 1454,
113
113
                                        // 'class'    => 'wp-video-shortcode feature-video',
121
121
                                echo wp_video_shortcode( array(
122
122
                                        'mp4'      => 'https://s.w.org/images/core/4.7/header-video-v1.mp4',
123
123
                                        'poster'   => 'https://s.w.org/images/core/4.7/header-video.jpg?v2',
124
 
                                        'loop'     => true,
125
 
                                        'autoplay' => true,
126
124
                                        'width'    => 2520,
127
125
                                        'height'   => 1454,
128
126
                                        // 'class'    => 'wp-video-shortcode feature-video',