Minor comment adjustments in settings.

This commit is contained in:
Starbeamrainbowlabs 2015-12-05 19:09:19 +00:00
parent 4afcfb0c73
commit f461811050
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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