]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/stream.php
fix content check so it shows zeros
[quix0rs-gnu-social.git] / lib / stream.php
index d6180f4edde0226d52f7e6926c7fa52c8203bd60..a595958e44e27a8e806a49f205064b8917bdfd8f 100644 (file)
@@ -19,8 +19,6 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-define('NOTICES_PER_PAGE', 20);
-
 class StreamAction extends Action {
 
        function handle($args) {
@@ -98,14 +96,14 @@ class StreamAction extends Action {
                        common_text(' (');
                        common_element('a', array('class' => 'inreplyto',
                                                                          'href' => $replyurl),
-                                                  _t(' in reply to...'));
+                                                  _('in reply to...'));
                        common_text(')');
                }
                common_element_start('a',
                                                         array('href' => common_local_url('newnotice',
                                                                                                                          array('replyto' => $profile->nickname)),
                                                                   'onclick' => 'doreply("'.$profile->nickname.'"); return false',
-                                                                  'title' => _t('reply'),
+                                                                  'title' => _('reply'),
                                                                   'class' => 'replybutton'));
                common_raw('→');
                common_element_end('a');