aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-08-08 19:51:13 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-08-08 19:51:13 -0500
commitec1bd12fa3957139aa3e9ab9f4851ac332ef56d1 (patch)
tree6ed3e4ac6eccf157d28ccf72b44ee658064b35cc
parenta0dfd6b8fb04275b955ff9f457587832ed75e515 (diff)
downloadlibrevideojs-html5-player-ec1bd12fa3957139aa3e9ab9f4851ac332ef56d1.tar.lz
librevideojs-html5-player-ec1bd12fa3957139aa3e9ab9f4851ac332ef56d1.tar.xz
librevideojs-html5-player-ec1bd12fa3957139aa3e9ab9f4851ac332ef56d1.zip
fixed error printf
-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 31922af..2f41cc7 100644
--- a/librevideojs-html5-player.php
+++ b/librevideojs-html5-player.php
@@ -67,7 +67,7 @@ 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 <a target="_blank" href="%s">here</a>.', 'librevideojs-html5-player'), array('a' => array('href' => array(), 'target' => array()))), esc_url($url));
+ $link_text = printf(wp_kses(__('For detailed documentation please visit the plugin homepage <a target="_blank" href="%s">here</a>.', 'librevideojs-html5-player'), array('a' => array('href' => array(), 'target' => array()))), esc_url($url));
printf(
'<div class="wrap"><h2>LibreVideoJS HTML5 Player - v ' . $this->plugin_version . '</h2>
<div class="update-nag">' . $link_text . '</div>