mtalbert do you have an plugins running that may be controlling your page title?
In my case I’m not running any plugins at all. And again prior to upgrading the code I was using was working fine.
<title><?php wp_title(”,true,’right’); ?></title>
What it did was display the page title in the title tag of each page without listing the blog name. I only want the page title to display.
Now with the above code since upgrading my home page has no title but my other pages do.