mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-13 02:51:33 +01:00
Invalid generated code - http://mosquito.wordpress.org/view.php?id=774
git-svn-id: http://svn.automattic.com/wordpress/trunk@2169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
19b9dc09ae
commit
eeee21f816
@ -200,7 +200,7 @@ die();
|
||||
if ( ereg('image/',$img1_type)) {
|
||||
$piece_of_code = "<img src="". get_settings('fileupload_url') ."/$img1_name" alt="$imgdesc" />";
|
||||
} else {
|
||||
$piece_of_code = "<a href="". get_settings('fileupload_url') . "/$img1_name" title="$imgdesc" />$imgdesc</a>";
|
||||
$piece_of_code = "<a href="". get_settings('fileupload_url') . "/$img1_name" title="$imgdesc" >$imgdesc</a>";
|
||||
};
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user