diff options
Diffstat (limited to 'librevideojs-html5-player.php')
-rw-r--r-- | librevideojs-html5-player.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index 59fc110..5a32f12 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -28,7 +28,7 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')) { } function the_content_video( $more_link_text = null, $strip_teaser = false) { - $content_video = get_the_content_video( $more_link_text, $strip_teaser ); + $content_video = get_the_content( $more_link_text, $strip_teaser ); /** * Filtrando contenido del video. * |