diff --git a/fp-plugins/bbcode/plugin.bbcode.php b/fp-plugins/bbcode/plugin.bbcode.php index 4cbfab1..9a51630 100644 --- a/fp-plugins/bbcode/plugin.bbcode.php +++ b/fp-plugins/bbcode/plugin.bbcode.php @@ -256,7 +256,7 @@ function do_bbcode_img ($action, $attributes, $content, $params, $node_object) { $popup = apply_filters('bbcode_img_popup', $popup, $absolutepath); $popup_start = ($attributes['popup']=='true') ? - '' : ''; $popup_end = ($attributes['popup']=='true') ? '' : '';