About Page: Use a better version of the mp4 video.

The previous version had the wrong colors. Also remove ogv from the list, it has the wrong colors too and all current browsers support either the mp4 or webm format.

See #37246.
Built from https://develop.svn.wordpress.org/trunk@38215


git-svn-id: http://core.svn.wordpress.org/trunk@38156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-08-08 16:02:32 +00:00
parent 55c3fa0cb0
commit e9fb6e42be
2 changed files with 2 additions and 3 deletions

View File

@ -74,8 +74,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
if ( ! wp_is_mobile() ) { if ( ! wp_is_mobile() ) {
add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
echo wp_video_shortcode( array( echo wp_video_shortcode( array(
'mp4' => 'https://cldup.com/NlOEbKLT_6.mp4', 'mp4' => 'https://cldup.com/i-avTa8Hi1.mp4',
'ogv' => 'https://cldup.com/0XzDZMlYwb.ogv',
'webm' => 'https://cldup.com/ngOx9w9VlE.webm', 'webm' => 'https://cldup.com/ngOx9w9VlE.webm',
'poster' => 'https://cldup.com/c0kfjoVcFo.png', 'poster' => 'https://cldup.com/c0kfjoVcFo.png',
'loop' => true, 'loop' => true,

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7-alpha-38213'; $wp_version = '4.7-alpha-38215';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.