Just upgraded to Graphene 1.8, and found that a PHP code widget hooked into Graphene Post Meta now crashes and burns quite horribly.
The code is just intended to insert the time of the post (I often make several posts a day, and I like to show the time), and looks like this:
Posted on <?php the_time('G:i'); ?>
This worked fine previously. With Graphene 1.8, this appears above the title of the first post on the page:
class="post-22970 post type-post status-publish format-standard hentry category-posts clearfix post">
Aug 10 2012
And after that, the page layout gets broken.
I’ve removed the widget for now. Any ideas?