Changeset 4568

Show
Ignore:
Timestamp:
12/01/06 03:30:26 (2 years ago)
Author:
matt
Message:

Adding a hook for comments, fixes #3084

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 );