Changed: apply htmlspecialchars_decode to [um_loggedin] output.

Issue: Issue with restrict content tags after version 2.0.54: html tags are not recognized at the lock text.
Link: https://secure.helpscout.net/conversation/917425392/32569?folderId=646527
This commit is contained in:
denisbaranov
2019-07-31 15:16:25 +03:00
parent 68ac5cea6e
commit 636a722942
+1 -1
View File
@@ -376,7 +376,7 @@ if ( ! class_exists( 'um\core\Shortcodes' ) ) {
}
$output = ob_get_clean();
return $output;
return htmlspecialchars_decode( $output );
}