About Page: Add Final Video
Props siobhan, melchoyce, hugobaeta, rosso99. Built from https://develop.svn.wordpress.org/trunk@37178 git-svn-id: http://core.svn.wordpress.org/trunk@37145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6763394e10
commit
b3030ca696
|
@ -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>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-RC3-37177';
|
||||
$wp_version = '4.5-RC3-37178';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue