Merge remote-tracking branch 'remotes/origin/fix/helpscout#32569_html_support_in__um_loggedin'

This commit is contained in:
nikitasinelnikov
2019-08-14 11:07:57 +03:00
+1 -1
View File
@@ -376,7 +376,7 @@ if ( ! class_exists( 'um\core\Shortcodes' ) ) {
}
$output = ob_get_clean();
return $output;
return htmlspecialchars_decode( $output );
}