Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2007 at 22:07 UTC
Updated:
4 Aug 2010 at 17:43 UTC
Line 267 of views_node.inc is
'list' => array('New Content'),
maybe it should be
'list' => array(t('New Content')),
?
Comments
Comment #1
merlinofchaos commentedComment #2
esmerel commentedAt this time, only security fixes will be made to the 5.x version of Views.