Make WordPress Core

Changeset 11755


Ignore:
Timestamp:
07/30/2009 10:03:33 PM (15 years ago)
Author:
markjaquith
Message:

Add missing quote. Props brianwhite. fixes #10474

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/comment.php

    r11749 r11755  
    9494<table width="100%">
    9595<tr>
    96 <td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>" /></td>
     96<td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>'" /></td>
    9797<td class="textright"><input type='submit' class="button" value='<?php echo esc_attr($button); ?>' /></td>
    9898</tr>
Note: See TracChangeset for help on using the changeset viewer.