Make WordPress Core

Changeset 10273


Ignore:
Timestamp:
12/30/2008 08:09:40 PM (16 years ago)
Author:
ryan
Message:

Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r10150 r10273  
    15811581 */
    15821582function _close_comments_for_old_posts( $posts ) {
    1583     if ( empty($posts) || !is_single() || !get_option('close_comments_for_old_posts') )
     1583    if ( empty($posts) || !is_singular() || !get_option('close_comments_for_old_posts') )
    15841584        return $posts;
    15851585
Note: See TracChangeset for help on using the changeset viewer.