Revision: 8320 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8320&view=rev Author: vargenau Date: 2012年09月28日 16:23:01 +0000 (2012年9月28日) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/blog/lib/RecentChanges.php Modified: trunk/themes/blog/lib/RecentChanges.php =================================================================== --- trunk/themes/blog/lib/RecentChanges.php 2012年09月28日 16:16:48 UTC (rev 8319) +++ trunk/themes/blog/lib/RecentChanges.php 2012年09月28日 16:23:01 UTC (rev 8320) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 8321 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8321&view=rev Author: vargenau Date: 2012年09月28日 16:26:49 +0000 (2012年9月28日) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/themes/blog/lib/RecentChanges.php Modified: trunk/themes/blog/lib/RecentChanges.php =================================================================== --- trunk/themes/blog/lib/RecentChanges.php 2012年09月28日 16:23:01 UTC (rev 8320) +++ trunk/themes/blog/lib/RecentChanges.php 2012年09月28日 16:26:49 UTC (rev 8321) @@ -48,4 +48,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.