From d38ad7e645bf525ba52f98eb3ac3b911569ba8ad Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 12 Jul 2018 10:41:06 -0400 Subject: Update jetpack 6.3.2 Signed-off-by: Anthony G. Basile --- plugins/jetpack/modules/sharedaddy/sharing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/jetpack/modules/sharedaddy/sharing.php') diff --git a/plugins/jetpack/modules/sharedaddy/sharing.php b/plugins/jetpack/modules/sharedaddy/sharing.php index c6f57436..19b0e3be 100644 --- a/plugins/jetpack/modules/sharedaddy/sharing.php +++ b/plugins/jetpack/modules/sharedaddy/sharing.php @@ -183,7 +183,7 @@ class Sharing_Admin { if ( false == function_exists( 'mb_stripos' ) ) { echo '

' . __( 'Warning! Multibyte support missing!', 'jetpack' ) . '

'; - echo '

' . sprintf( __( 'This plugin will work without it, but multibyte support is used if available. You may see minor problems with Tweets and other sharing services.', 'jetpack' ), 'http://www.php.net/manual/en/mbstring.installation.php' ) . '

'; + echo '

' . sprintf( __( 'This plugin will work without it, but multibyte support is used if available. You may see minor problems with Tweets and other sharing services.', 'jetpack' ), 'http://www.php.net/manual/en/mbstring.installation.php' ) . '

'; } if ( isset( $_GET['update'] ) && $_GET['update'] == 'saved' ) { -- cgit v1.2.3-65-gdbad