Make WordPress Core


Ignore:
Timestamp:
09/22/2007 06:28:47 AM (17 years ago)
Author:
markjaquith
Message:

Bookend moderation links properly with right square bracket. highest omg bbq? Still, nice catch, ozh. fixes #5035

File:
1 edited

Legend:

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

    r6065 r6154  
    209209    echo " | <a href=\"" . wp_nonce_url("comment.php?action=deletecomment&amp;dt=spam&amp;p=" . $comment->comment_post_ID . "&amp;c=" . $comment->comment_ID, 'delete-comment_' . $comment->comment_ID) . "\" onclick=\"return deleteSomething( 'comment-as-spam', $comment->comment_ID, '" . js_escape(sprintf(__("You are about to mark as spam this comment by '%s'.\n'Cancel' to stop, 'OK' to mark as spam."), $comment->comment_author)) . "', theCommentList );\">" . __('Spam') . "</a> ";
    210210}
    211 ?>
     211?> ]
    212212</p>
    213213        </li>
Note: See TracChangeset for help on using the changeset viewer.