constant EDIT_LIMIT_COMMENT_TIME in Edit Limit 6
Same name and namespace in other branches
- 7 edit_limit.module \EDIT_LIMIT_COMMENT_TIME
3 uses of EDIT_LIMIT_COMMENT_TIME
- edit_limit_comment_access in ./
edit_limit.module - Access check function to see if the user can still edit the comment or not. It must, at minimum, perform the comment module's access checks first.
- edit_limit_link_alter in ./
edit_limit.module - Implementation of hook_link_alter(). This removes comment edit links if the comment is no longer editable.
- edit_limit_settings in ./
edit_limit.admin.inc - @file edit_limit.admin.inc include file containing admin-related functions, likethe system settings form.
File
- ./
edit_limit.module, line 11 - edit_limit.module Primary module file for Edit Limit. This contains all the hooks needed to run the module.
Code
define('EDIT_LIMIT_COMMENT_TIME', 300);