Many t() calls

modify many t() calls.
This commit is contained in:
Adam Magness
2018-01-21 13:33:59 -05:00
parent 45f8000ba5
commit d49f986d1e
74 changed files with 1099 additions and 1009 deletions

View File

@@ -1,10 +1,13 @@
<?php
/**
* @file mod/tagrm.php
*/
use Friendica\App;
use Friendica\Core\L10n;
use Friendica\Core\System;
use Friendica\Database\DBM;
require_once('include/bbcode.php');
require_once 'include/bbcode.php';
function tagrm_post(App $a) {
@@ -44,7 +47,7 @@ function tagrm_post(App $a) {
intval(local_user())
);
info( t('Tag removed') . EOL );
info(L10n::t('Tag removed') . EOL );
goaway(System::baseUrl() . '/' . $_SESSION['photo_return']);
// NOTREACHED