Ticket #6461: 6461.diff
| File 6461.diff, 0.7 kB (added by Nazgul, 5 months ago) |
|---|
-
wp-includes/media.php
old new 324 324 $hwstring = image_hwstring($width, $height); 325 325 if ( is_array($size) ) 326 326 $size = join('x', $size); 327 $html = '<img src="'.attribute_escape($src).'" '.$hwstring.'class="attachment-'.attribute_escape($size).'" />';327 $html = '<img src="'.attribute_escape($src).'" '.$hwstring.'class="attachment-'.attribute_escape($size).'" alt="" />'; 328 328 } 329 329 330 330 return $html; … … 409 409 } 410 410 411 411 $output .= " 412 <br style='clear: both;' >412 <br style='clear: both;' /> 413 413 </div>\n"; 414 414 415 415 return $output;
