Make WordPress Core


Ignore:
Timestamp:
01/11/2012 11:35:35 PM (13 years ago)
Author:
duck_
Message:

Remove extraneous single quote. Props garyc40. Fixes #19801.

File:
1 edited

Legend:

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

    r19612 r19731  
    2020<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID; ?>" />
    2121<input type="hidden" name="action" value="editedcomment" />
    22 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>"' />
     22<input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" />
    2323<input type="hidden" name="comment_post_ID" value="<?php esc_attr( $comment->comment_post_ID ); ?>" />
    2424
Note: See TracChangeset for help on using the changeset viewer.