From: <var...@us...> - 2012-09-28 13:56:14
|
Revision: 8298 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8298&view=rev Author: vargenau Date: 2012-09-28 13:56:05 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/themes/Wordpress/lib/RecentChanges.php Modified: trunk/themes/Wordpress/lib/RecentChanges.php =================================================================== --- trunk/themes/Wordpress/lib/RecentChanges.php 2012-09-28 13:52:51 UTC (rev 8297) +++ trunk/themes/Wordpress/lib/RecentChanges.php 2012-09-28 13:56:05 UTC (rev 8298) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ @@ -26,7 +26,7 @@ " . . . ", $fmt->authorLink($rev) ); - } +} class _Wordpress_RecentChanges_Formatter extends _RecentChanges_HtmlFormatter @@ -67,4 +67,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. |