mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
typo
This commit is contained in:
parent
880c9e3796
commit
d5e4332652
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
<?php
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
register_module([
|
||||
"name" => "Help page",
|
||||
|
@ -150,7 +150,7 @@ register_module([
|
|||
add_help_section("5-navigation", "Navigating", "<p>All the navigation links can be found on the top bar, along with a search box (if your site administrator has enabled it). There is also a "More..." menu in the top right that contains some additional links that you may fine useful.</p>
|
||||
<p>This page, along with the credits page, can be found on the bar at the bottom of every page.</p>");
|
||||
|
||||
add_help_section("1-extra", "Extra Information", "<p>You can find out whch version of Pepperminty Wiki $settings->sitename is using by visiting the <a href='?action=credits'>credits</a> page.</p>
|
||||
add_help_section("1-extra", "Extra Information", "<p>You can find out which version of Pepperminty Wiki $settings->sitename is using by visiting the <a href='?action=credits'>credits</a> page.</p>
|
||||
<p>Information for developers can be found on <a href='?action=help&dev=yes'>this page</a>.</p>");
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue