From ed0629a9764fc1bde9c204708be828a45d147e5f Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 4 Jan 2021 13:02:19 -0800 Subject: [PATCH] Issue #4332 - Bootstrap5 fixes. --- e107_core/shortcodes/batch/comment_shortcodes.php | 12 ++++++------ e107_core/templates/comment_template.php | 12 ++++++------ e107_handlers/comment_class.php | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/e107_core/shortcodes/batch/comment_shortcodes.php b/e107_core/shortcodes/batch/comment_shortcodes.php index 50fdcc83e..8de346fec 100644 --- a/e107_core/shortcodes/batch/comment_shortcodes.php +++ b/e107_core/shortcodes/batch/comment_shortcodes.php @@ -111,7 +111,7 @@ class comment_shortcodes extends e_shortcode { if ($thisaction == "comment" && $pref['nested_comments']) { - $REPLY = "".COMLAN_326.""; + $REPLY = "".COMLAN_326.""; } } } @@ -129,7 +129,7 @@ class comment_shortcodes extends e_shortcode } - function sc_comment_avatar($parm = '') + function sc_comment_avatar($parm = null) { $tp = e107::getParser(); @@ -141,7 +141,7 @@ class comment_shortcodes extends e_shortcode $this->var = array_merge($this->var, $userdata); } - $text = $tp->toAvatar($this->var); + $text = $tp->toAvatar($this->var, $parm); $text .= '