From c6fa0d1cedbd59c84c328edfe0554a48591b02ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Thu, 10 Aug 2017 20:43:33 -0500 Subject: fixed string --- 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 2f41cc7..31922af 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 = 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)); + $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)); printf( '

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

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