Hello misharnet, i have fixed that specific issue with my wordpress theme too, but not in the way you resolved it. Example of my theme <title> tags:
<title><?php $theme->meta_title(); ?></title> original
<wp_title><?php $theme->meta_title(); ?></wp_title> new
And that helped me got my trouble fixed! And Theme Check is awesome! Cheers.