Changeset 37914 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r37488 r37914 47 47 function edit_comment() { 48 48 if ( ! current_user_can( 'edit_comment', (int) $_POST['comment_ID'] ) ) 49 wp_die ( __( ' You are not allowed to edit comments on this post.' ) );49 wp_die ( __( 'Sorry, you are not allowed to edit comments on this post.' ) ); 50 50 51 51 if ( isset( $_POST['newcomment_author'] ) )
Note: See TracChangeset
for help on using the changeset viewer.