Elgg  Version 2.3
Variables
content.php File Reference

Go to the source code of this file.

Variables

 $mutex = _elgg_services()->mutex
 
 $is_locked = $mutex->isLocked('upgrade')
 
if(!$is_locked) else
 

Variable Documentation

$is_locked = $mutex->isLocked('upgrade')

Definition at line 15 of file content.php.

$mutex = _elgg_services()->mutex

Definition at line 14 of file content.php.

if (!$is_locked) else
Initial value:
{
elgg_register_menu_item('admin_control_panel', [
'name' => 'unlock_upgrade',
'text' => elgg_echo('upgrade:unlock'),
'href' => 'action/admin/site/unlock_upgrade',
'is_action' => true,
'link_class' => 'elgg-button elgg-button-action',
'confirm' => elgg_echo('upgrade:unlock:confirm'),
])
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21

Definition at line 24 of file content.php.