mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
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:
@@ -376,7 +376,7 @@ if ( ! class_exists( 'um\core\Shortcodes' ) ) {
|
||||
}
|
||||
|
||||
$output = ob_get_clean();
|
||||
return $output;
|
||||
return htmlspecialchars_decode( $output );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user