take out the instructions

darcs-hash:20080626215525-34904-6642f29eebddcdb52955017bdd69da9ee87c3d20.gz
This commit is contained in:
Evan Prodromou 2008-06-26 17:55:25 -04:00
parent b73a06f7a2
commit cc35d84545
1 changed files with 0 additions and 2 deletions

View File

@ -794,8 +794,6 @@ function common_notice_form($action=NULL, $content=NULL) {
'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');
}