| 1 |
<?php |
<?php |
| 2 |
// $Id: comment.views.inc,v 1.32.2.1 2009/09/15 16:48:47 merlinofchaos Exp $ |
// $Id: comment.views.inc,v 1.32.2.2 2009/11/02 23:25:10 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Provide views data and handlers for comment.module |
* Provide views data and handlers for comment.module |
| 389 |
'help' => t('The number of new comments on the node.'), |
'help' => t('The number of new comments on the node.'), |
| 390 |
'field' => array( |
'field' => array( |
| 391 |
'handler' => 'views_handler_field_node_new_comments', |
'handler' => 'views_handler_field_node_new_comments', |
| 392 |
|
'no group by' => TRUE, |
| 393 |
), |
), |
| 394 |
); |
); |
| 395 |
|
|