'.$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.'

'; } ?>



Example: http://www.yoursite.com/blogs/useronline/
Example: http://www.yoursite.com/blogs/?page_id=2', 'wp-useronline'); ?>
On the left column will be the Bot\'s Name and on the right column will be their Partial Browser Agent.
Start each entry on a new line.', 'wp-useronline'); ?>