removing hardcoded 'view image' string ("fixes" title in lightbox)
This commit is contained in:
parent
34926b37df
commit
0ec2ae43a3
@ -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>' : '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user