From: <var...@us...> - 2021-06-17 14:34:08
|
Revision: 10294 http://sourceforge.net/p/phpwiki/code/10294 Author: vargenau Date: 2021-06-17 14:34:02 +0000 (Thu, 17 Jun 2021) Log Message: ----------- Unneccessary return Modified Paths: -------------- trunk/lib/plugin/CurrentTime.php trunk/lib/plugin/IncludePage.php trunk/lib/plugin/OldStyleTable.php trunk/lib/plugin/RecentComments.php trunk/lib/plugin/RssFeed.php trunk/lib/plugin/UpLoad.php trunk/lib/plugin/WikiFormRich.php trunk/lib/plugin/WikicreoleTable.php Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/CurrentTime.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -68,7 +68,6 @@ function handle_plugin_args_cruft($argstr, $args) { - return; } /** Modified: trunk/lib/plugin/IncludePage.php =================================================================== --- trunk/lib/plugin/IncludePage.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/IncludePage.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -71,7 +71,6 @@ // <<IncludePages pages=<!plugin-list BackLinks page=CategoryWikiPlugin !> >> function handle_plugin_args_cruft($argstr, $args) { - return; } /** Modified: trunk/lib/plugin/OldStyleTable.php =================================================================== --- trunk/lib/plugin/OldStyleTable.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/OldStyleTable.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -65,7 +65,6 @@ function handle_plugin_args_cruft($argstr, $args) { - return; } /** Modified: trunk/lib/plugin/RecentComments.php =================================================================== --- trunk/lib/plugin/RecentComments.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/RecentComments.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -96,7 +96,6 @@ function title() { - return; } function format_revision($rev) Modified: trunk/lib/plugin/RssFeed.php =================================================================== --- trunk/lib/plugin/RssFeed.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/RssFeed.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -50,7 +50,6 @@ function handle_plugin_args_cruft($argstr, $args) { - return; } /** Modified: trunk/lib/plugin/UpLoad.php =================================================================== --- trunk/lib/plugin/UpLoad.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/UpLoad.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -278,6 +278,5 @@ . "<td> <em>" . $user->getId() . "</em></td></tr>"); fclose($log_handle); } - return; } } Modified: trunk/lib/plugin/WikiFormRich.php =================================================================== --- trunk/lib/plugin/WikiFormRich.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/WikiFormRich.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -172,7 +172,6 @@ E_USER_WARNING); } } - return; } /** Modified: trunk/lib/plugin/WikicreoleTable.php =================================================================== --- trunk/lib/plugin/WikicreoleTable.php 2021-06-17 14:31:12 UTC (rev 10293) +++ trunk/lib/plugin/WikicreoleTable.php 2021-06-17 14:34:02 UTC (rev 10294) @@ -65,7 +65,6 @@ function handle_plugin_args_cruft($argstr, $args) { - return; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |