| @@ -11,10 +11,10 @@ | ||
| 11 | 11 | 'responsive' => 'false', |
| 12 | 12 | 'class' => '' |
| 13 | 13 | ), $params)); |
| 14 | 14 | $content = str_replace("]<br />", ']', $content); |
| 15 | - $out = '<table width="' . $width . '" class="table ' . $style . ' '.$class.EBS_CONTAINER_CLASS.'">' . do_shortcode($content) . '</table>'; | |
| 16 | - $out = strtolower($responsive) == 'true' ? '<div class="table-responsive'.EBS_CONTAINER_CLASS.'">' . $out . '</div>' : $out; | |
| 15 | + $out = '<table width="' . $width . '" class="table ' . $style . ' '.$class.'">' . do_shortcode($content) . '</table>'; | |
| 16 | + $out = strtolower($responsive) == 'true' ? '<div class="table-responsive">' . $out . '</div>' : $out; | |
| 17 | 17 | return $out; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | add_shortcode('table', 'osc_theme_os_table'); |