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:
parent
cb0702c078
commit
54d1965caf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue