SF.net SVN: phpwiki:[10792] trunk/themes
vargenau--- via phpwiki-checkins <[email protected]>
| Newsgroups | gmane.comp.web.wiki.phpwiki.checkins |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10792
http://sourceforge.net/p/phpwiki/code/10792
Author: vargenau
Date: 2021-12-16 15:47:59 +0000 (Thu, 16 Dec 2021)
Log Message:
-----------
themes/Sidebar/templates/ratings.tmpl and themes/wikilens/templates/ratings.tmpl: remove comment
Modified Paths:
--------------
trunk/themes/Sidebar/templates/ratings.tmpl
trunk/themes/wikilens/templates/ratings.tmpl
Modified: trunk/themes/Sidebar/templates/ratings.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/ratings.tmpl 2021-12-16 15:45:20 UTC (rev 10791)
+++ trunk/themes/Sidebar/templates/ratings.tmpl 2021-12-16 15:47:59 UTC (rev 10792)
@@ -1,4 +1,3 @@
-<?php // Ratings ?>
<?php if (!$WikiTheme->DUMP_MODE) {
$loader = new WikiPluginLoader();
$dbi = $request->getDbh(); // Needed in PHP 8
Modified: trunk/themes/wikilens/templates/ratings.tmpl
===================================================================
--- trunk/themes/wikilens/templates/ratings.tmpl 2021-12-16 15:45:20 UTC (rev 10791)
+++ trunk/themes/wikilens/templates/ratings.tmpl 2021-12-16 15:47:59 UTC (rev 10792)
@@ -1,4 +1,3 @@
-<?php // Ratings ?>
<?php if (!$WikiTheme->DUMP_MODE) {
$loader = new WikiPluginLoader();
$dbi = $request->getDbh(); // Needed in PHP 8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.