From ec1bd12fa3957139aa3e9ab9f4851ac332ef56d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Tue, 8 Aug 2017 19:51:13 -0500 Subject: fixed error printf --- librevideojs-html5-player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librevideojs-html5-player.php') 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 here.', '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 here.', 'librevideojs-html5-player'), array('a' => array('href' => array(), 'target' => array()))), esc_url($url)); printf( '

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

' . $link_text . '
-- cgit v1.2.3