在 Drupal7 主题 Getting Parse error: syntax error, unexpected T_DOUBLE_ARROW in /sites/all/themes/arizona_horizontal/template.php 在第 254 行
function template_node_submitted(&$variables){
return t('By !username on @datetime',
array('!username' => theme('username', $variables['node'], '@datetime' => format_date($variable['node']->created),));
}
你能告诉我我到底哪里出错了。