summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-11-20 16:43:13 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-11-20 16:43:13 -0500
commit099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea (patch)
tree9bc1924797503b93986cba12e1b44df327df74a4 /themes/twentyfourteen/inc/widgets.php
parentjetpack 5.3 (diff)
downloadblogs-gentoo-099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea.tar.gz
blogs-gentoo-099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea.tar.bz2
blogs-gentoo-099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea.zip
Update twentyfourteen 2.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'themes/twentyfourteen/inc/widgets.php')
-rw-r--r--themes/twentyfourteen/inc/widgets.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/twentyfourteen/inc/widgets.php b/themes/twentyfourteen/inc/widgets.php
index ee766cb3..533f34a5 100644
--- a/themes/twentyfourteen/inc/widgets.php
+++ b/themes/twentyfourteen/inc/widgets.php
@@ -54,6 +54,7 @@ class Twenty_Fourteen_Ephemera_Widget extends WP_Widget {
$video_library = apply_filters( 'wp_video_shortcode_library', 'mediaelement' );
if ( in_array( 'mediaelement', array( $video_library, $audio_library ), true ) ) {
wp_enqueue_style( 'wp-mediaelement' );
+ wp_enqueue_script( 'mediaelement-vimeo' );
wp_enqueue_script( 'wp-mediaelement' );
}
}