
Line 213: string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms
$form['settings_general']['upload_max_size'] = array('#value' => '<p>'. t('Your PHP settings limit the maximum file size per upload to %size.', array('%size' => format_size(file_upload_max_size()))).'</p>');