Changeset 8622 for trunk/wp-includes/comment.php
- Timestamp:
- 08/12/2008 04:23:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r8572 r8622 861 861 $comment_date_gmt = get_gmt_from_date($comment_date); 862 862 863 if ( empty($comment_approved) )863 if ( !isset($comment_approved) ) 864 864 $comment_approved = 1; 865 865 else if ( 'hold' == $comment_approved )
Note: See TracChangeset
for help on using the changeset viewer.