From 0c900efdf217d1628b6594c70be17bcdb14b70ad Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 16 Aug 2018 17:08:37 -0700 Subject: [PATCH] Bbcode shortcodes cleanup --- e107_core/shortcodes/batch/bbcode_shortcodes.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_core/shortcodes/batch/bbcode_shortcodes.php b/e107_core/shortcodes/batch/bbcode_shortcodes.php index eb49448d5..ab898e22e 100644 --- a/e107_core/shortcodes/batch/bbcode_shortcodes.php +++ b/e107_core/shortcodes/batch/bbcode_shortcodes.php @@ -113,7 +113,7 @@ class bbcode_shortcodes extends e_shortcode $event = $this->getEvent('addtext',$data,LANHELP_36); $text = ""; - $text .= $this->button(e_IMAGE_ABS."bbcode/list.png", 'list', LANHELP_36); + $text .= $this->button(e_IMAGE_ABS."bbcode/list.png", 'list'); // , LANHELP_36 // $text .= ""; @@ -135,7 +135,7 @@ class bbcode_shortcodes extends e_shortcode if (ADMIN) { //$text = ""; - $text = ""; + $text = ""; } else { @@ -143,7 +143,7 @@ class bbcode_shortcodes extends e_shortcode $event = $this->getEvent('addtext',$data,LANHELP_48); $text = ""; } - $text .= $this->button(e_IMAGE_ABS."bbcode/youtube.png", 'youtube', LANHELP_48); + $text .= $this->button(e_IMAGE_ABS."bbcode/youtube.png", 'youtube'); // , LANHELP_48 $text .= ""; return $text; @@ -163,7 +163,7 @@ class bbcode_shortcodes extends e_shortcode $text = ""; - $text .= $this->button(e_IMAGE_ABS."bbcode/youtube.png", 'youtube', LANHELP_48); + $text .= $this->button(e_IMAGE_ABS."bbcode/youtube.png", 'youtube'); // LANHELP_48 $text .= ""; return $text;