wp/wp-admin/edit-form-comment.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    66 	</td>
    66 	</td>
    67 </tr>
    67 </tr>
    68 <tr>
    68 <tr>
    69 	<td class="first"><label for="newcomment_author_url"><?php _e( 'URL' ); ?></label></td>
    69 	<td class="first"><label for="newcomment_author_url"><?php _e( 'URL' ); ?></label></td>
    70 	<td>
    70 	<td>
    71 		<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr( $comment->comment_author_url ); ?>" />
    71 		<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_url( $comment->comment_author_url ); ?>" />
    72 	</td>
    72 	</td>
    73 </tr>
    73 </tr>
    74 </tbody>
    74 </tbody>
    75 </table>
    75 </table>
    76 </fieldset>
    76 </fieldset>