Fixed problem doubling up http:// prefix.

git-svn-id: https://develop.svn.wordpress.org/trunk@113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-05-28 21:36:46 +00:00
parent 377d2e9d4c
commit 8782f9e8cc

View File

@ -506,7 +506,7 @@ switch ($action) {
<tr><td colspan="2"><b>Add</b> a link:</td></tr>
<tr height="20">
<td height="20" align="right">URL:</td>
<td><input type="text" name="linkurl" size="80" value="http://<?php echo $link_url; ?>"></td>
<td><input type="text" name="linkurl" size="80" value="<?php echo $link_url; ?>"></td>
</tr>
<tr height="20">
<td height="20" align="right">Display Name/Alt text:</td>