Changeset 48052
- Timestamp:
- 06/16/2020 12:54:28 AM (4 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 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 ) ) { -
trunk/src/wp-admin/nav-menus.php
r48051 r48052 359 359 } 360 360 361 // Update existing menu.361 // Update existing menu. 362 362 } else { 363 363 // Remove menu locations that have been unchecked.
Note: See TracChangeset
for help on using the changeset viewer.