Fixed problem doubling up http:// prefix.

git-svn-id: http://svn.automattic.com/wordpress/trunk@113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-05-28 21:36:46 +00:00
parent cb0702c078
commit 54d1965caf

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>