[Home]WikiBugs/MinorImprovedGetAuthorLink

UseModWiki | WikiBugs | RecentChanges | Preferences

 sub GetAuthorLink {
...
   - my ($html, $title, $userNameShow);
   + my ($html, $userNameShow);
...
             - Ts('ID %s', $uid) . ' ' . Ts('from %s', $host));
             + Tss('ID %1 from %1', $uid, $host));
...
 }
--JuanmaMP

I think you mean:

 Tss('ID %1 from %2', $uid, $host);

--MarkusLude

Oh, yes. Thanks a lot. --JuanmaMP

UseModWiki | WikiBugs | RecentChanges | Preferences
Edit text of this page | View other revisions | Search MetaWiki
Last edited April 17, 2017 8:30 pm by JuanmaMP (diff)
Search: