| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | ), $params)); |
| 12 | 12 | $out = ''; |
| 13 | 13 | $content = str_replace("<br />", '', $content); |
| 14 | 14 | $content = str_replace("<br />\n", '', $content); |
| 15 | - $out = '<span class="label ' . $type . ' ' . $class . EBS_CONTAINER_CLASS.'">' . do_shortcode($content) . '</span>'; | |
| 15 | + $out = '<span class="label ' . $type . ' ' . $class . '">' . do_shortcode($content) . '</span>'; | |
| 16 | 16 | return $out; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | 19 | add_shortcode('label', 'osc_theme_labels'); |