removing hardcoded 'view image' string ("fixes" title in lightbox)

This commit is contained in:
real_nowhereman 2009-02-25 12:02:46 +00:00
parent 34926b37df
commit 0ec2ae43a3

View File

@ -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') ?
'<a title="View image \''.$title.'\'" href="'. /* BLOG_BASEURL . $actualpath.*/
'<a title="'.$title.'" href="'. /* BLOG_BASEURL . $actualpath.*/
$absolutepath .
'"'.$popup.'>' : '';
$popup_end = ($attributes['popup']=='true') ? '</a>' : '';