summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-06-26 17:55:25 -0400
committerEvan Prodromou <evan@controlezvous.ca>2008-06-26 17:55:25 -0400
commitcc35d84545130486a42d55e3a54cf99ce7047986 (patch)
tree5043d55608aa6d99daebcee55b983207f0fdde98 /lib/util.php
parentb73a06f7a28cb2a0c51b772aff0904e407eaeab9 (diff)
take out the instructions
darcs-hash:20080626215525-34904-6642f29eebddcdb52955017bdd69da9ee87c3d20.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 5639f791d..04eb2094e 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -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');
}