diff --git a/wp-includes/media.php b/wp-includes/media.php index b81fcfa26..63a6504ae 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -324,7 +324,7 @@ function wp_get_attachment_image($attachment_id, $size='thumbnail', $icon = fals $hwstring = image_hwstring($width, $height); if ( is_array($size) ) $size = join('x', $size); - $html = ''; + $html = ''; } return $html; @@ -409,7 +409,7 @@ function gallery_shortcode($attr) { } $output .= " -
+
\n"; return $output;