Ticket #6813: press-this-media-handling-6-26.diff
| File press-this-media-handling-6-26.diff, 357 bytes (added by noel, 5 months ago) |
|---|
-
includes/media.php
old new 330 330 } 331 331 332 332 if ( !empty($src) ) { 333 if ( !strpos($src, '://') )334 $src = "http://$src";335 333 $alt = @$desc; 336 334 $html = "<img src='$src' alt='$alt' />"; 337 335 return $html;
