mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Minor comment adjustments in settings.
This commit is contained in:
parent
4afcfb0c73
commit
f461811050
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ $settings->admins = [ "admin" ];
|
|||
$settings->admindisplaychar = "◆";
|
||||
|
||||
// The string that is prepended a page's name in the page title if it is
|
||||
// protected. Defaults to a lock symbol.
|
||||
// protected. Defaults to a lock symbol. (🔒)
|
||||
$settings->protectedpagechar = "🔒";
|
||||
|
||||
// Contact details for the site administrator. Since users can only be added by
|
||||
|
|
|
@ -121,7 +121,7 @@ $settings->admins = [ "admin" ];
|
|||
$settings->admindisplaychar = "◆";
|
||||
|
||||
// The string that is prepended a page's name in the page title if it is
|
||||
// protected. Defaults to a lock symbol.
|
||||
// protected. Defaults to a lock symbol. (🔒)
|
||||
$settings->protectedpagechar = "🔒";
|
||||
|
||||
// Contact details for the site administrator. Since users can only be added by
|
||||
|
|
Loading…
Reference in a new issue