You are here

constant EDIT_LIMIT_TIME_UNIT_DEFAULT in Edit Limit 7

4 uses of EDIT_LIMIT_TIME_UNIT_DEFAULT
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.
_edit_limit_user_acccess in ./edit_limit.module
Helper function to perform additional access checks after node_access() has been checked.

File

./edit_limit.module, line 18
edit_limit.module Primary module file for Edit Limit. This contains all the hooks needed to run the module.

Code

define('EDIT_LIMIT_TIME_UNIT_DEFAULT', t('seconds'));