From: <var...@us...> - 2014-11-19 14:33:45
|
Revision: 9340 http://sourceforge.net/p/phpwiki/code/9340 Author: vargenau Date: 2014-11-19 14:33:38 +0000 (Wed, 19 Nov 2014) Log Message: ----------- Remove comment Modified Paths: -------------- trunk/lib/InlineParser.php Modified: trunk/lib/InlineParser.php =================================================================== --- trunk/lib/InlineParser.php 2014-11-19 14:30:44 UTC (rev 9339) +++ trunk/lib/InlineParser.php 2014-11-19 14:33:38 UTC (rev 9340) @@ -347,7 +347,6 @@ preg_match('/(\#?) \[\s* (?: (.*?) \s* (?<!' . ESCAPE_CHAR . ')(\|) )? \s* (.+?) \s*\]/x', str_replace("\n", " ", $bracketlink), $matches); if (count($matches) < 4) { - // "[ personal\ninformation manager | PhpWiki:PersonalWiki ]" trigger_error(_("Invalid [] syntax ignored") . _(": ") . $bracketlink, E_USER_WARNING); return new Cached_Link; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |