About Page: Add Final Video

Props siobhan, melchoyce, hugobaeta, rosso99.

git-svn-id: https://develop.svn.wordpress.org/trunk@37178 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Schroder 2016-04-12 17:24:37 +00:00
parent d90c3a9f1e
commit 80fc954dd2
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if ( current_user_can( 'customize' ) ) {
wp_enqueue_script( 'customize-loader' );
}
$video_url = 'https://videopress.com/embed/J44FHXvg?hd=true';
$video_url = 'https://videopress.com/embed/scFdjVo6?hd=true';
$locale = str_replace( '_', '-', get_locale() );
list( $locale ) = explode( '-', $locale );
if ( 'en' !== $locale ) {
@ -39,7 +39,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</h2>
<div class="headline-feature feature-video" style="background-color:#191E23;">
<p>Video Here</p>
<iframe width="1050" height="591" src="<?php echo esc_url( $video_url ); ?>" frameborder="0" allowfullscreen></iframe>
<script src="https://videopress.com/videopress-iframe.js"></script>
</div>
<hr>