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:
parent
55c3fa0cb0
commit
e9fb6e42be
|
@ -74,8 +74,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
if ( ! wp_is_mobile() ) {
|
||||
add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
|
||||
echo wp_video_shortcode( array(
|
||||
'mp4' => 'https://cldup.com/NlOEbKLT_6.mp4',
|
||||
'ogv' => 'https://cldup.com/0XzDZMlYwb.ogv',
|
||||
'mp4' => 'https://cldup.com/i-avTa8Hi1.mp4',
|
||||
'webm' => 'https://cldup.com/ngOx9w9VlE.webm',
|
||||
'poster' => 'https://cldup.com/c0kfjoVcFo.png',
|
||||
'loop' => true,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue