Fix comment author url when editing, fixes #10466 for 2.8

git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-07-22 22:33:11 +00:00
parent a3dfb66515
commit 9681a5253d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
} else {
_e( 'URL:' );
} ?></td>
<td><input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr($url); ?>" tabindex="3" /></td>
<td><input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr($comment->comment_author_url); ?>" tabindex="3" /></td>
</tr>
</tbody>
</table>