mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
doc typo fixes per processwire/processwire-issues#797
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* ProcessWire Page List Process
|
* ProcessWire Page List Process
|
||||||
*
|
*
|
||||||
* Generates the ajax/js hierarchal page lists used throughout ProcessWire
|
* Generates the ajax/js hierarchical page lists used throughout ProcessWire
|
||||||
*
|
*
|
||||||
* For more details about how Process modules work, please see:
|
* For more details about how Process modules work, please see:
|
||||||
* /wire/core/Process.php
|
* /wire/core/Process.php
|
||||||
@@ -40,7 +40,7 @@ class ProcessPageList extends Process implements ConfigurableModule {
|
|||||||
public static function getModuleInfo() {
|
public static function getModuleInfo() {
|
||||||
return array(
|
return array(
|
||||||
'title' => 'Page List',
|
'title' => 'Page List',
|
||||||
'summary' => 'List pages in a hierarchal tree structure',
|
'summary' => 'List pages in a hierarchical tree structure',
|
||||||
'version' => 122,
|
'version' => 122,
|
||||||
'permanent' => true,
|
'permanent' => true,
|
||||||
'permission' => 'page-edit',
|
'permission' => 'page-edit',
|
||||||
@@ -326,7 +326,7 @@ class ProcessPageList extends Process implements ConfigurableModule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the appropriate PageListRender classs
|
* Get the appropriate PageListRender class
|
||||||
*
|
*
|
||||||
* @param Page $page
|
* @param Page $page
|
||||||
* @param null|int $limit
|
* @param null|int $limit
|
||||||
|
Reference in New Issue
Block a user