diff --git a/e107_admin/cron.php b/e107_admin/cron.php index 890866d41..d03dc1649 100644 --- a/e107_admin/cron.php +++ b/e107_admin/cron.php @@ -456,7 +456,7 @@ class cron_admin_ui extends e_admin_ui } else { - $message = str_replace('[method]', $method_name."()", "Config function [b][method][/b] NOT found."); + $message = str_replace('[x]', $method_name."()", "Config function [b][x][/b] NOT found."); $mes->add($message, E_MESSAGE_DEBUG); } } diff --git a/e107_admin/db.php b/e107_admin/db.php index 42b49246f..6959be1a3 100644 --- a/e107_admin/db.php +++ b/e107_admin/db.php @@ -455,7 +455,7 @@ class system_tools if(!isset($POST['create_multisite'])) { - $info = str_replace('[domain]', e_DOMAIN, LANINS_133); + $info = str_replace('[x]', e_DOMAIN, LANINS_133); $mes->addInfo($info); } diff --git a/e107_admin/language.php b/e107_admin/language.php index 4b54470c3..6a85f72c3 100644 --- a/e107_admin/language.php +++ b/e107_admin/language.php @@ -1447,7 +1447,7 @@ function zip_up_lang($language) $ret['error'] = TRUE; $file = "e107_languages/{$language}/{$language}.php"; $def = (defined('LANG_LAN_25')) ? LANG_LAN_25 : LANG_LAN_119; - $ret['message'] = str_replace("[lcpath]",$file,$def); // + $ret['message'] = str_replace("[x]",$file,$def); // return $ret; } diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index 84a228c51..a10a984d5 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -179,7 +179,7 @@ $frm = e107::getForm(); function e_help() { - $help_text = str_replace('[interval]', (PLUGIN_SCAN_INTERVAL ? PLUGIN_SCAN_INTERVAL / 60 : 0), EPL_ADLAN_228); + $help_text = str_replace('[x]', (PLUGIN_SCAN_INTERVAL ? PLUGIN_SCAN_INTERVAL / 60 : 0), EPL_ADLAN_228); return array( 'caption' => EPL_ADLAN_227, 'text' => $help_text."

".EPL_ADLAN_229."

" @@ -1195,7 +1195,7 @@ class pluginManager{ else { $text .= ""; - $text .= str_replace("[link]", "".EPL_ADLAN_100."", EPL_ADLAN_101); + $text .= str_replace("[x]", "".EPL_ADLAN_100."", EPL_ADLAN_101); $text .= ""; } @@ -2221,7 +2221,7 @@ class pluginBuilder $info = EPL_ADLAN_102; $info .= "