From: <var...@us...> - 2016-01-22 17:04:05
|
Revision: 9767 http://sourceforge.net/p/phpwiki/code/9767 Author: vargenau Date: 2016-01-22 17:04:02 +0000 (Fri, 22 Jan 2016) Log Message: ----------- Comments only Modified Paths: -------------- trunk/lib/plugin/UnfoldSubpages.php Modified: trunk/lib/plugin/UnfoldSubpages.php =================================================================== --- trunk/lib/plugin/UnfoldSubpages.php 2016-01-18 10:17:01 UTC (rev 9766) +++ trunk/lib/plugin/UnfoldSubpages.php 2016-01-22 17:04:02 UTC (rev 9767) @@ -48,23 +48,17 @@ PageList::supportedArgs(), array( 'pagename' => '[pagename]', // default: current page - //'header' => '', // expandable string 'quiet' => false, // print no header 'sortby' => '', // [+|-]pagename, [+|-]mtime, [+|-]hits 'maxpages' => false, // maximum number of pages to include (== limit) - 'smalltitle' => false, // if set, hide transclusion-title, - // just have a small link at the start of - // the page. - 'words' => false, // maximum number of words - // per page to include - 'lines' => false, // maximum number of lines - // per page to include - 'bytes' => false, // maximum number of bytes - // per page to include + 'smalltitle' => false, // if set, hide transclusion-title, + // just have a small link at the start of the page. + 'words' => false, // maximum number of words per page to include + 'lines' => false, // maximum number of lines per page to include + 'bytes' => false, // maximum number of bytes per page to include 'sections' => false, // maximum number of sections per page to include 'section' => false, // this named section per page only - 'sectionhead' => false // when including a named - // section show the heading + 'sectionhead' => false // when including a named section show the heading )); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |