Changeset 7576
- Timestamp:
- 03/30/2008 04:42:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.