Changeset 48052 for trunk/src/wp-admin/comment.php
- Timestamp:
- 06/16/2020 12:54:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r48050 r48052 39 39 // Prevent actions on a comment associated with a trashed post. 40 40 $comment_id = absint( $_GET['c'] ); 41 $comment = get_comment( $comment_id );41 $comment = get_comment( $comment_id ); 42 42 43 43 if ( 'trash' === get_post_status( $comment->comment_post_ID ) ) {
Note: See TracChangeset
for help on using the changeset viewer.