From: <var...@us...> - 2016-12-12 13:40:04
|
Revision: 9992 http://sourceforge.net/p/phpwiki/code/9992 Author: vargenau Date: 2016-12-12 13:40:01 +0000 (Mon, 12 Dec 2016) Log Message: ----------- _("PageHistory") --> __("PageHistory") Modified Paths: -------------- trunk/lib/plugin/RecentChanges.php Modified: trunk/lib/plugin/RecentChanges.php =================================================================== --- trunk/lib/plugin/RecentChanges.php 2016-12-07 09:09:56 UTC (rev 9991) +++ trunk/lib/plugin/RecentChanges.php 2016-12-12 13:40:01 UTC (rev 9992) @@ -101,7 +101,7 @@ function historyURL($rev) { $page = $rev->getPage(); - return WikiURL($page, array('action' => _("PageHistory")), + return WikiURL($page, array('action' => __("PageHistory")), $this->_absurls); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |