Browse
For agents
About
Easy Bootstrap Shortcode
/
3.7
Easy Bootstrap Shortcode
v3.7
Switch version
trunk
2.4.0
2.5
3.4
3.5
3.6
3.7
4.0.0
4.4
4.5
4.5.4
5.0.0
5.0.1
5.0.2
Overview
Code
← All changes
|
shortcode/image/plugin_shortcode.php
+1
-1
2.5
→
3.7
View file →
@@ -12,9 +12,9 @@
12
12
), $params));
13
13
$out = '';
14
14
15
15
16
-
$out = '<img src="' . $src . '" class="' . $class .' '. $shape .EBS_CONTAINER_CLASS. '">';
16
+
$out = '<img src="' . $src . '" class="' . $class .' '. $shape . '">';
17
17
18
18
return $out;
19
19
}
20
20