#206881 by ScoutBaker: (minor) fix whitespace at TRANSLATION_ENABLED, so the phpdoc shows up properly
parent
eb7d6f05ff
commit
7a388c3f70
|
@ -23,7 +23,7 @@
|
||||||
/**
|
/**
|
||||||
* Identifies a content type which has translation support enabled.
|
* Identifies a content type which has translation support enabled.
|
||||||
*/
|
*/
|
||||||
define ('TRANSLATION_ENABLED', 2);
|
define('TRANSLATION_ENABLED', 2);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_help().
|
* Implementation of hook_help().
|
||||||
|
|
Loading…
Reference in New Issue