Changeset 37914 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 06/29/2016 03:15:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r36302 r37914 12 12 wp_die( 13 13 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 14 '<p>' . __( ' You are not allowed to edit comments.' ) . '</p>',14 '<p>' . __( 'Sorry, you are not allowed to edit comments.' ) . '</p>', 15 15 403 16 16 ); … … 211 211 break; 212 212 case 2 : 213 $error_msg = __( ' You are not allowed to edit comments on this post.' );213 $error_msg = __( 'Sorry, you are not allowed to edit comments on this post.' ); 214 214 break; 215 215 }
Note: See TracChangeset
for help on using the changeset viewer.