Changeset 52978 for trunk/src/wp-admin/comment.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r51475 r52978 44 44 if ( $comment && 'trash' === get_post_status( $comment->comment_post_ID ) ) { 45 45 wp_die( 46 __( 'You can ’t edit this comment because the associated post is in the Trash. Please restore the post first, then try again.' )46 __( 'You cannot edit this comment because the associated post is in the Trash. Please restore the post first, then try again.' ) 47 47 ); 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.