It should be "character" instend of "charactrer".
This commit is contained in:
parent
77714623cf
commit
9a52cc3abd
|
@ -225,7 +225,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
$posting['mbstring']['success'] = true;
|
||||
} else {
|
||||
$posting['mbstring']['success'] = false;
|
||||
$posting['mbstring']['note'] = sprintf( __( 'Your server does not support the %s functions - this is required for better charactrer encoding. Some fallbacks will be used instead for it.', 'woocommerce' ), '<a href="http://php.net/manual/en/mbstring.installation.php">mbstring</a>' );
|
||||
$posting['mbstring']['note'] = sprintf( __( 'Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.', 'woocommerce' ), '<a href="http://php.net/manual/en/mbstring.installation.php">mbstring</a>' );
|
||||
}
|
||||
|
||||
// WP Remote Post Check.
|
||||
|
|
Loading…
Reference in New Issue