diff options
author | Heckyel <heckyel@openmailbox.org> | 2016-12-22 18:29:14 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2016-12-22 18:29:14 -0500 |
commit | 28b036cfc0e33c46bb25dcae048846d8893384b5 (patch) | |
tree | be79558cb15967338b7fe7fc1b586eb390eac1e7 /librevideojs-html5-player.php | |
parent | 00f7ba71f5129dce45f2173692f840650dc8e6dd (diff) | |
download | librevideojs-html5-player-28b036cfc0e33c46bb25dcae048846d8893384b5.tar.lz librevideojs-html5-player-28b036cfc0e33c46bb25dcae048846d8893384b5.tar.xz librevideojs-html5-player-28b036cfc0e33c46bb25dcae048846d8893384b5.zip |
ajustes de variables
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. * |