From: <var...@us...> - 2008-10-30 11:08:25
|
Revision: 6339 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6339&view=rev Author: vargenau Date: 2008-10-30 11:08:19 +0000 (Thu, 30 Oct 2008) Log Message: ----------- Update comments for isImageLink Modified Paths: -------------- trunk/lib/InlineParser.php Modified: trunk/lib/InlineParser.php =================================================================== --- trunk/lib/InlineParser.php 2008-10-28 15:58:27 UTC (rev 6338) +++ trunk/lib/InlineParser.php 2008-10-30 11:08:19 UTC (rev 6339) @@ -315,6 +315,7 @@ * Support for the following attributes: see stdlib.php:LinkImage() * size=<precent>%, size=<width>x<height> * border=n, align=\w+, hspace=n, vspace=n + * width=n, height=n */ function isImageLink($link) { if (!$link) return false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |