Changeset 45583 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 07/01/2019 12:50:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r42343 r45583 105 105 */ 106 106 function get_comment_to_edit( $id ) { 107 if ( ! $comment = get_comment( $id ) ) { 107 $comment = get_comment( $id ); 108 if ( ! $comment ) { 108 109 return false; 109 110 }
Note: See TracChangeset
for help on using the changeset viewer.