Changeset 9373
- Timestamp:
- 10/28/2008 01:20:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r9367 r9373 1538 1538 */ 1539 1539 function _close_comments_for_old_posts( $posts ) { 1540 if ( !is_single() || !get_option('close_comments_for_old_posts') )1540 if ( empty($posts) || !is_single() || !get_option('close_comments_for_old_posts') ) 1541 1541 return $posts; 1542 1542
Note: See TracChangeset
for help on using the changeset viewer.