aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2016-12-22 18:29:14 -0500
committerHeckyel <heckyel@openmailbox.org>2016-12-22 18:29:14 -0500
commit28b036cfc0e33c46bb25dcae048846d8893384b5 (patch)
treebe79558cb15967338b7fe7fc1b586eb390eac1e7
parent00f7ba71f5129dce45f2173692f840650dc8e6dd (diff)
downloadlibrevideojs-html5-player-28b036cfc0e33c46bb25dcae048846d8893384b5.tar.lz
librevideojs-html5-player-28b036cfc0e33c46bb25dcae048846d8893384b5.tar.xz
librevideojs-html5-player-28b036cfc0e33c46bb25dcae048846d8893384b5.zip
ajustes de variables
-rw-r--r--librevideojs-html5-player.php2
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.
*