Think I hit it right this time. I erased, after making a backup of course..this line from League Manager widget.php
if ( empty($instance['group']) ) {
echo $before_widget . $before_title ."<center>". $league->title . "<br />Season: " . $season ."</center>". $after_title;
} else {
echo $before_widget . $before_title ."<center>". $league->title . "<br />Season: " . $season . "<br />Group: " . $instance['group'] ."</center>". $after_title;
}
Do you think it is safe and wise? Is there any risk for me in future?
Thanks.
Indra Kusuma