remove www from links

This commit is contained in:
Mitan Omar
2019-10-14 07:06:23 +02:00
parent 0d9211c4ff
commit ac34ec46b2
4 changed files with 38 additions and 38 deletions

View File

@@ -91,7 +91,7 @@ if (version_compare(strtolower(KLEEJA_VERSION), strtolower($v['version_number'])
$ADM_NOTIFICATIONS['up_ver_klj'] = [
'id' => 'up_ver_klj',//this not so important row
'msg_type'=> 'error', 'title'=> $lang['R_CHECK_UPDATE'],
'msg' => sprintf($lang['UPDATE_NOW_S'], KLEEJA_VERSION, $v['version_number']) . '<br />' . '<a href="http://www.kleeja.com/">www.kleeja.com</a>'
'msg' => sprintf($lang['UPDATE_NOW_S'], KLEEJA_VERSION, $v['version_number']) . '<br />' . '<a href="http://kleeja.com/" target="_blank">kleeja.com</a>'
];
is_array($plugin_run_result = Plugins::getInstance()->run('admin_update_now', get_defined_vars())) ? extract($plugin_run_result) : null; //run hook