Make WordPress Core

Changeset 37178

Timestamp:
04/12/2016 05:24:37 PM (8 years ago)
Author:
mikeschroder
Message:

About Page: Add Final Video

Props siobhan, melchoyce, hugobaeta, rosso99.

File:
1 edited

Legend:

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

    r37175 r37178  
    1414}
    1515
    16 $video_url = 'https://videopress.com/embed/J44FHXvg?hd=true';
     16$video_url = 'https://videopress.com/embed/?hd=true';
    1717$locale    = str_replace( '_', '-', get_locale() );
    1818list( $locale ) = explode( '-', $locale );
     
    4040
    4141        <div class="headline-feature feature-video" style="background-color:#191E23;">
    42             <p>Video Here</p>
     42            <iframe width="1050" height="591" src="<?php echo esc_url( $video_url ); ?>" frameborder="0" allowfullscreen></iframe>
     43            <script src="https://videopress.com/videopress-iframe.js"></script>
    4344        </div>
    4445
Note: See TracChangeset for help on using the changeset viewer.