Skip to content

Commit

Permalink
make links clickable in ManageWiki (HTML) (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reception123 committed May 1, 2020
1 parent 3d3b3dc commit 5a93d16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ManageWikiSettings.php
Expand Up @@ -424,7 +424,7 @@
'type' => 'check',
'overridedefault' => null,
'section' => 'edit',
'help' => 'This option adds support a couple of functions for basic string handling. Example: #pos function returns the position of a given search term within the string. You can learn more in MediaWiki\'s documentation page https://www.mediawiki.org/wiki/Module:String.',
'help' => 'This option adds support a couple of functions for basic string handling. Example: #pos function returns the position of a given search term within the string. You can learn more in MediaWiki\'s <a href="https://www.mediawiki.org/wiki/Module:String">documentation page</a>',
],
'wmgAllowEntityImport' => [
'name' => 'Allow Entity Import (Wikibase)',
Expand Down Expand Up @@ -1362,7 +1362,7 @@
'type' => 'text',
'overridedefault' => null,
'section' => 'styling',
'help' => 'This will replace Miraheze\'s default logo. See https://meta.miraheze.org/wiki/ManageWiki#How_do_I_change_my_logo.2Ffavicon.3F for how you can change it.',
'help' => 'This will replace Miraheze\'s default logo. See <a href="https://meta.miraheze.org/wiki/ManageWiki#How_do_I_change_my_logo.2Ffavicon.3F">this link</a> for how you can change it.',
],
'wgFavicon' => [
'name' => 'Favicon',
Expand All @@ -1371,7 +1371,7 @@
'type' => 'text',
'overridedefault' => null,
'section' => 'styling',
'help' => 'A favicon is a shortcut image that is displayed on your visitor\'s browser address bar and in the bookmarks page. Most often it is a smaller version of the logo. See https://meta.miraheze.org/wiki/ManageWiki#How_do_I_change_my_logo.2Ffavicon.3F for how you can add one.',
'help' => 'A favicon is a shortcut image that is displayed on your visitor\'s browser address bar and in the bookmarks page. Most often it is a smaller version of the logo. See <a href="https://meta.miraheze.org/wiki/ManageWiki#How_do_I_change_my_logo.2Ffavicon.3F">this link</a> for how you can add one.',
],
'wgAppleTouchIcon' => [
'name' => 'Apple Touch Icon',
Expand All @@ -1380,7 +1380,7 @@
'type' => 'text',
'overridedefault' => null,
'section' => 'styling',
'help' => 'Favicon for Apple mobile devices. See https://meta.miraheze.org/wiki/ManageWiki#How_do_I_change_my_logo.2Ffavicon.3F on how you can add one.',
'help' => 'Favicon for Apple mobile devices. See <a href="https://meta.miraheze.org/wiki/ManageWiki#How_do_I_change_my_logo.2Ffavicon.3F">this link</a> on how you can add one.',
],
'wgMetrolookDownArrow' => [
'name' => 'Metrolook Down Arrow',
Expand Down

0 comments on commit 5a93d16

Please sign in to comment.