common_element('textarea', array('id' => 'status_textarea',
'name' => 'status_textarea'),
($content) ? $content : ' ');
- common_element('span', 'input_instructions',
- _t('Your current status, max 140 characters'));
if ($action) {
common_hidden('returnto', $action);
}
'name' => 'status_submit',
'type' => 'submit',
'value' => _t('Send')));
+ common_element('span', 'input_instructions',
+ _t('Your current status, max 140 characters'));
common_element_end('p');
common_element_end('form');
}