'.$update_useronline_text[$i].' '.__('Updated', 'wp-useronline').'
';
}
$i++;
}
if(empty($text)) {
$text = ''.__('No Useronline Option Updated', 'wp-useronline').'';
}
}
### Get Useronline Bots
$useronline_options_bots = get_option('useronline_bots');
$useronline_options_bots_name = '';
$useronline_options_bots_agent = '';
foreach($useronline_options_bots as $botname => $botagent) {
$useronline_options_bots_name .= $botname."\n";
$useronline_options_bots_agent .= $botagent."\n";
}
$useronline_options_bots_name = trim($useronline_options_bots_name);
$useronline_options_bots_agent = trim($useronline_options_bots_agent);
?>
'.$text.'