Make WordPress Core

Ticket #10474: comment.php.diff

File comment.php.diff, 629 bytes (added by brianwhite, 14 years ago)

Patch that adds closing quote

  • wp-admin/comment.php

    old new  
    9090
    9191<table width="100%">
    9292<tr>
    93 <td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>" /></td>
     93<td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>'" /></td>
    9494<td class="textright"><input type='submit' class="button" value='<?php echo esc_attr($button); ?>' /></td>
    9595</tr>
    9696</table>