You are here

constant EDIT_LIMIT_COMMENT_TIME in Edit Limit 7

Same name and namespace in other branches
  1. 6 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_node_view_alter in ./edit_limit.module
edit_limit_settings in ./edit_limit.admin.inc
A form function to handle admin-level settings for the Edit Limit module.

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);