From c7857b172d48524eee9acbb1bcf49ebb8805b650 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Fri, 24 Feb 2017 17:11:10 -0500 Subject: Clean syntax --- librevideojs-html5-player.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'librevideojs-html5-player.php') diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index 00f1904..b5f9eb4 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -68,11 +68,10 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')){ function options_page(){ $url = "https://wordpress.org/plugins/librevideojs-html5-player"; $link_text = sprintf(wp_kses(__('For detailed documentation please visit the plugin homepage here.', 'librevideojs-html5-player'), array('a' => array('href' => array(), 'target' => array()))), esc_url($url)); - ?> -

LibreVideoJS HTML5 Player - vplugin_version; ?>

-
-
-

LibreVideoJS HTML5 Player - v ' . $this->plugin_version . '

+
' . $link_text . '
+ '); } } -- cgit v1.2.3