Revision: 9716
http://sourceforge.net/p/phpwiki/code/9716
Author: vargenau
Date: 2015-08-17 15:19:33 +0000 (Mon, 17 Aug 2015)
Log Message:
-----------
Remove useless comments
Modified Paths:
--------------
trunk/lib/plugin/InterWikiSearch.php
Modified: trunk/lib/plugin/InterWikiSearch.php
===================================================================
--- trunk/lib/plugin/InterWikiSearch.php 2015-08-17 15:08:05 UTC (rev 9715)
+++ trunk/lib/plugin/InterWikiSearch.php 2015-08-17 15:19:33 UTC (rev 9716)
@@ -19,9 +19,7 @@
* with PhpWiki; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/**
- * @description
- */
+
require_once 'lib/PageType.php';
class WikiPlugin_InterWikiSearch
@@ -60,9 +58,6 @@
}
}
-/**
- * @desc
- */
if (defined('DEBUG') && DEBUG) {
class PageFormatter_searchableInterWikiMap
extends PageFormatter_interwikimap
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|