Changeset 7576
- Timestamp:
- 03/30/08 16:42:20 (7 months ago)
- Files:
-
- branches/2.5/wp-includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/media.php
r7520 r7576 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 … … 410 410 411 411 $output .= " 412 <br style='clear: both;' >412 <br style='clear: both;' /> 413 413 </div>\n"; 414 414
