Changeset 12008 for trunk/wp-includes/comment.php
- Timestamp:
- 10/08/2009 08:24:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r11997 r12008 892 892 893 893 $status = get_comment_meta($comment_id, '_wp_trash_meta_status', true); 894 if ( false === $status || '' === $status)894 if ( empty($status) ) 895 895 $status = '0'; 896 896
Note: See TracChangeset
for help on using the changeset viewer.