Semi-colon semi-bug
git-svn-id: https://develop.svn.wordpress.org/trunk@2352 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb90529309
commit
6b67558aeb
@ -200,7 +200,7 @@ die();
|
||||
}
|
||||
|
||||
if ( ereg('image/',$img1_type) )
|
||||
$piece_of_code = "<img src=';". get_settings('fileupload_url') ."/$img1_name' alt='$imgdesc' />";
|
||||
$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>";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user