bug in siteorigin_widgets_get_attachment_image (attachments.php)
-
Hello,
There is a missing ‘>’ in function siteorigin_widgets_get_attachment_image of file base/inc/attachments.php :
$return = ‘<img ‘;
foreach( $atts as $id => $val ) {
$return .= $id . ‘=”‘ . esc_attr($val) . ‘” ‘;
}
return $return;
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘bug in siteorigin_widgets_get_attachment_image (attachments.php)’ is closed to new replies.