X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ffeedlist.php;h=bbe66b2e74af62470b05bb020f1199f9ece32c26;hb=56e72ec7a138b823b8094312d935c9644838a8eb;hp=4aacf0b3d84ac4f3a9a327c3be8c8ebe584015b9;hpb=3224f7fec9906b00684851759fcb476517d14e48;p=quix0rs-gnu-social.git diff --git a/lib/feedlist.php b/lib/feedlist.php index 4aacf0b3d8..bbe66b2e74 100644 --- a/lib/feedlist.php +++ b/lib/feedlist.php @@ -46,7 +46,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { * * @see Action::showExportList() */ - class FeedList extends Widget { var $action = null; @@ -63,6 +62,7 @@ class FeedList extends Widget if (!empty($feeds)) { $this->out->elementStart('div', array('id' => 'export_data', 'class' => 'section')); + // TRANS: Header for feed links (h2). $this->out->element('h2', null, _('Feeds')); $this->out->elementStart('ul', array('class' => 'xoxo'));