From 0ec2ae43a337750fc76974ffb755c2c3a2efe025 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Wed, 25 Feb 2009 12:02:46 +0000 Subject: [PATCH] removing hardcoded 'view image' string ("fixes" title in lightbox) --- fp-plugins/bbcode/plugin.bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ? '' : '';