mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
define("LAN_PLUGIN_PM_NAME", "Private Messenger");
|
||||
define("LAN_PLUGIN_PM_DESCRIPTION", "This plugin is a fully featured Private Messaging system.");
|
||||
define('LAN_PLUGIN_PM_URL_DEFAULT_LABEL', 'Default');
|
||||
define('LAN_PLUGIN_PM_URL_DEFAULT_DESCR', 'Default');
|
||||
define("LAN_PLUGIN_PM_URL_DEFAULT_LABEL", "Default");
|
||||
define("LAN_PLUGIN_PM_URL_DEFAULT_DESCR", "Default");
|
||||
?>
|
Reference in New Issue
Block a user