';
//First add the installation info
if(empty($upgraded)){
if(!empty($GLOBALS['alreadyupdated'])){
echo '
';
}
// You may not need an upgrade anymore.
if(!empty($GLOBALS['no_update_required'])){
echo '
'.$l['no_update_required'].'
';
}else{
$return = '';
$role = '';
if(can_wordpress_manager($soft)){
$return .= ''.$l['return_to_wpm'].' ';
$role = 'role="button"';
}
$return .= ''.$l['return'].'';
//Filter to customize the return to link
$return = apply_filters('return_link', $return, $act);
echo '