]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
take out the instructions
authorEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 21:55:25 +0000 (17:55 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 21:55:25 +0000 (17:55 -0400)
darcs-hash:20080626215525-34904-6642f29eebddcdb52955017bdd69da9ee87c3d20.gz

lib/util.php

index 5639f791da00ba3078bf66b4dc0081799daefe2a..04eb2094ecccaaba23ee1a22a1c87692eb22e998 100644 (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');
 }