- fixed emotion in member directory tagline

This commit is contained in:
Denis Baranov
2018-01-26 17:16:49 +02:00
parent ad37578b33
commit 6a4e482923
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
$value = str_replace('https://https://','https://',$value);
$value = str_replace('http://https://','https://',$value);
$value = UM()->shortcodes()->emotize( $value );
//$value = UM()->shortcodes()->emotize( $value );
return $value;
}