From: <var...@us...> - 2010-08-09 11:54:26
|
Revision: 7630 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7630&view=rev Author: vargenau Date: 2010-08-09 11:54:20 +0000 (Mon, 09 Aug 2010) Log Message: ----------- This is already done. Modified Paths: -------------- trunk/lib/plugin/RedirectTo.php Modified: trunk/lib/plugin/RedirectTo.php =================================================================== --- trunk/lib/plugin/RedirectTo.php 2010-07-20 17:45:40 UTC (rev 7629) +++ trunk/lib/plugin/RedirectTo.php 2010-08-09 11:54:20 UTC (rev 7630) @@ -35,11 +35,8 @@ * This plugin could probably result in a lot of confusion, especially when * redirecting to external sites. (Perhaps it can even be used for dastardly * purposes?) Maybe it should be disabled by default. - * - * It would be nice, when redirecting to another wiki page, to (as - * UseModWiki does) add a note to the top of the target page saying - * something like "(Redirected from SomeRedirectingPage)". */ + class WikiPlugin_RedirectTo extends WikiPlugin { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |