#206881 by ScoutBaker: (minor) fix whitespace at TRANSLATION_ENABLED, so the phpdoc shows up properly

6.x
Gábor Hojtsy 2008-01-28 11:38:58 +00:00
parent eb7d6f05ff
commit 7a388c3f70
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
/**
* Identifies a content type which has translation support enabled.
*/
define ('TRANSLATION_ENABLED', 2);
define('TRANSLATION_ENABLED', 2);
/**
* Implementation of hook_help().