|
From: <var...@us...> - 2021-07-30 16:24:13
|
Revision: 10409
http://sourceforge.net/p/phpwiki/code/10409
Author: vargenau
Date: 2021-07-30 16:24:07 +0000 (Fri, 30 Jul 2021)
Log Message:
-----------
lib/WikiPlugin.php: PHP Doc
Modified Paths:
--------------
trunk/lib/WikiPlugin.php
Modified: trunk/lib/WikiPlugin.php
===================================================================
--- trunk/lib/WikiPlugin.php 2021-07-30 16:23:06 UTC (rev 10408)
+++ trunk/lib/WikiPlugin.php 2021-07-30 16:24:07 UTC (rev 10409)
@@ -84,7 +84,7 @@
*
* @param string $argstr The plugin argument string.
* @param string $basepage The pagename the plugin is invoked from.
- * @return array List of pagenames linked to (or false).
+ * @return array|false List of pagenames linked to (or false).
*/
function getWikiPageLinks($argstr, $basepage)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|