mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +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(
|
||||
'title' => 'Page Path History',
|
||||
'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,
|
||||
'autoload' => true,
|
||||
);
|
||||
|
Reference in New Issue
Block a user