underscores before array values
Posted: Thu Oct 05, 2006 12:18 pm
I am looking at a script somebody else wrote right now... and this is what it looks like... why the underscores before the values? Could that be a function or something?
Code: Select all
$month_names = array(
1 => _('January'),
_('February'),
_('March'),
_('April'),
_('May'),
_('June'),
_('July'),
_('August'),
_('September'),
_('October'),
_('November'),
_('December'),
);