Make WordPress Core

Changeset 38215


Ignore:
Timestamp:
08/08/2016 04:01:39 PM (8 years ago)
Author:
ocean90
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r38213 r38215  
    7575                add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
    7676                echo wp_video_shortcode( array(
    77                     'mp4'      => 'https://cldup.com/NlOEbKLT_6.mp4',
    78                     'ogv'      => 'https://cldup.com/0XzDZMlYwb.ogv',
     77                    'mp4'      => 'https://cldup.com/i-avTa8Hi1.mp4',
    7978                    'webm'     => 'https://cldup.com/ngOx9w9VlE.webm',
    8079                    'poster'   => 'https://cldup.com/c0kfjoVcFo.png',
Note: See TracChangeset for help on using the changeset viewer.