mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +02:00
Typo fix in module description for PagePathHistory
This commit is contained in:
@@ -22,7 +22,7 @@ class PagePathHistory extends WireData implements Module, ConfigurableModule {
|
|||||||
return array(
|
return array(
|
||||||
'title' => 'Page Path History',
|
'title' => 'Page Path History',
|
||||||
'version' => 8,
|
'version' => 8,
|
||||||
'summary' => "Keeps track of past URLs where pages have lived and automatically redirects (301 permament) to the new location whenever the past URL is accessed.",
|
'summary' => "Keeps track of past URLs where pages have lived and automatically redirects (301 permanent) to the new location whenever the past URL is accessed.",
|
||||||
'singular' => true,
|
'singular' => true,
|
||||||
'autoload' => true,
|
'autoload' => true,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user