Changeset 19782
- Timestamp:
- 01/29/2012 08:12:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r19712 r19782 66 66 67 67 if ( !$comment = get_comment( $comment_id ) ) 68 comment_footer_die( __('Oops, no comment with this ID.') . sprintf(' <a href="%s">' .__('Go back').'</a>!', 'javascript:history.go(-1)') );68 comment_footer_die( __('Oops, no comment with this ID.') . sprintf(' <a href="%s">' . __('Go back') . '</a>.', 'javascript:history.go(-1)') ); 69 69 70 70 if ( !current_user_can( 'edit_comment', $comment_id ) ) … … 223 223 224 224 if ( !$comment = get_comment($comment_id) ) 225 comment_footer_die( __('Oops, no comment with this ID.') . sprintf(' <a href="%s">' .__('Go back').'</a>!', 'edit-comments.php') );225 comment_footer_die( __('Oops, no comment with this ID.') . sprintf(' <a href="%s">' . __('Go back') . '</a>.', 'edit-comments.php') ); 226 226 if ( !current_user_can( 'edit_comment', $comment->comment_ID ) ) 227 227 comment_footer_die( __('You are not allowed to edit comments on this post.') );
Note: See TracChangeset
for help on using the changeset viewer.