Line 267 of views_node.inc is 'list' => array('New Content'), maybe it should be 'list' => array(t('New Content')), ?
'list' => array('New Content'),
'list' => array(t('New Content')),
At this time, only security fixes will be made to the 5.x version of Views.
Comments
Comment #1
merlinofchaos commentedComment #2
esmerel commentedAt this time, only security fixes will be made to the 5.x version of Views.