Include locale in welcome video

This commit is contained in:
Brian Miyaji
2014-10-20 01:15:13 +11:00
parent ad8c9b8caa
commit 1229c7367f

View File

@@ -338,7 +338,8 @@ class SP_Admin_Welcome {
</div>
<div class="last-feature">
<h4><?php _e( 'What is SportsPress?', 'sportspress' ); ?></h4>
<div class="sp-welcome-video sp-fitvids"><iframe width="500" height="281" src="//www.youtube.com/embed/_9jeSkXs5Hc?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe></div>
<?php $hl = substr( get_locale(), 0, 2 ); ?>
<div class="sp-welcome-video sp-fitvids"><iframe width="500" height="281" src="//www.youtube.com/embed/_9jeSkXs5Hc?rel=0&amp;controls=2&amp;showinfo=0&amp;hl=<?php echo $hl; ?>" frameborder="0" allowfullscreen></iframe></div>
</div>
</div>
</div>