Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
I believe that this was fixed in issue 117 ?
Either update thematic to the latest SVN version or add
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
in your wp-config.php until the new version is released. This will log errors
in a file and not output them directly, breaking the page.
Your other problem comes from some other function that is using
thematic_body_class filter to add body classes after your function closed the
attribute. Add a priority to your filter to make sure it is fired last of all,
i.e.
add_filter('thematic_body_class', 'add_body_onload', 99);
Original comment by invistr...@gmail.com
on 4 Nov 2011 at 11:46
Yep I believe the undefined offsets in the default thematic body classes have
been corrected.
Original comment by eugene.m...@gmail.com
on 17 Jan 2012 at 2:55
Original issue reported on code.google.com by
helennat...@gmail.com
on 30 Oct 2011 at 8:12