Changeset 10273
- Timestamp:
- 12/30/2008 08:09:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r10150 r10273 1581 1581 */ 1582 1582 function _close_comments_for_old_posts( $posts ) { 1583 if ( empty($posts) || !is_sing le() || !get_option('close_comments_for_old_posts') )1583 if ( empty($posts) || !is_singular() || !get_option('close_comments_for_old_posts') ) 1584 1584 return $posts; 1585 1585
Note: See TracChangeset
for help on using the changeset viewer.