| 21 | | $body .= '<li><a href="everyone.php?filter=people">' . gettext('Personal blog posts') . '</a></li>'; |
|---|
| 22 | | $body .= '<li><a href="everyone.php?filter=communities">' . gettext('Community blog posts') . '</a></li>'; |
|---|
| 23 | | $body .= '<li><a href="everyone.php?filter=commented">' . gettext('Posts with comments') . '</a></li>'; |
|---|
| 24 | | $body .= '<li><a href="everyone.php?filter=uncommented">' . gettext('Posts with no comments') . '</a></li>'; |
|---|
| | 21 | $body .= '<li><a href="everyone.php?filter=people">' . __gettext('Personal blog posts') . '</a></li>'; |
|---|
| | 22 | $body .= '<li><a href="everyone.php?filter=communities">' . __gettext('Community blog posts') . '</a></li>'; |
|---|
| | 23 | $body .= '<li><a href="everyone.php?filter=commented">' . __gettext('Posts with comments') . '</a></li>'; |
|---|
| | 24 | $body .= '<li><a href="everyone.php?filter=uncommented">' . __gettext('Posts with no comments') . '</a></li>'; |
|---|