Make WordPress Core

Changeset 4568


Ignore:
Timestamp:
12/01/2006 03:30:26 AM (18 years ago)
Author:
matt
Message:

Adding a hook for comments, fixes #3084

File:
1 edited

Legend:

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

    r4498 r4568  
    291291    }
    292292
     293    $comments = apply_filters( 'comments_array', $comments, $post->ID );
     294
    293295    define('COMMENTS_TEMPLATE', true);
    294296    $include = apply_filters('comments_template', TEMPLATEPATH . $file );
Note: See TracChangeset for help on using the changeset viewer.