1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 13:52:35 +02:00

Linkwords - code-clean-up (no functional changes)

Tabs, spacing, readability
This commit is contained in:
Tijn Kuyper
2019-10-26 18:42:25 +02:00
parent 01adf399bb
commit ab7cd3bb58
7 changed files with 428 additions and 500 deletions

View File

@@ -8,7 +8,6 @@
*
* Linkwords plugin - language file (only needed for admin)
*
* $Id*
*/
//define("LWLAN_1", "Field(s) left blank.");
@@ -55,7 +54,6 @@ define("LWLAN_41", "User-entered body text (e.g. forum)");
// Reserve numbers for further context strings
define("LWLAN_50", "Tooltip");
define("LWLAN_51", "Inactive");
define("LWLAN_52", "Linkword only");
@@ -74,14 +72,6 @@ define("LWLAN_64", "Suppress link on current page");
define("LWLAN_65", "When checked, suppresses clickable link if points to current page");
// Installation-related
//define("LWLANINS_1", "Linkwords");
//define("LWLANINS_2", "This plugin links specified words with a defined link and/or tooltip");
//define("LWLANINS_3", "Configure LinkWords");
//define("LWLANINS_4", "To configure please click on the link in the plugins section of the admin front page");
//define("LWLANINS_5", "Upgrade complete");
// Help text
define("LAN_LW_HELP_00","Linkwords Help");
define("LAN_LW_HELP_01","
@@ -107,10 +97,4 @@ define("LAN_LW_HELP_02","Define the words which become clickable links, or which
This defines an optional numeric ID to be used with Ajax processing. If blank, the database record number is used.<br /><br />
<b><u>Activate?</u></b><br />
Defines which options are active.
");
?>
");