You are here

function content_lock_verbose in Content locking (anti-concurrent editing) 7.3

Return verbose status.

4 calls to content_lock_verbose()
content_lock_locking in ./content_lock.module
Try to lock a document for editing.
content_lock_release_item in includes/content_lock.pages.inc
Menu callback.
content_lock_timeout_content_lock_locked in modules/content_lock_timeout/content_lock_timeout.module
Implements hook_content_lock_locked().
content_lock_timeout_node_prepare in modules/content_lock_timeout/content_lock_timeout.module
Implements hook_node_prepare().

File

./content_lock.module, line 517

Code

function content_lock_verbose() {
  return variable_get('content_lock_admin_verbose', TRUE);
}