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:
parent
a3dfb66515
commit
9681a5253d
|
@ -107,7 +107,7 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
|
||||||
} else {
|
} else {
|
||||||
_e( 'URL:' );
|
_e( 'URL:' );
|
||||||
} ?></td>
|
} ?></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>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue