diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index e4ea7b8b7..df43f2572 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -999,6 +999,10 @@ class admin_shortcodes extends e_shortcode $active = ($var === $current) ? ' active bg-default' : ''; + $srch = array('[',']','!'); + $repl = array('[',']','!'); + $link = str_replace($srch,$repl,$link); + $text .= '