Re: post_form() h2 woes
Ugly hack for now…
I commented out two lines in functions.bb-template.php:
Line 272:
if ( empty( $h2 ) && false !== $h2 ) {
Line 280:
}
Would be nice to get a better workaround that doesn’t require hacking a core file.
Ugly hack for now…
I commented out two lines in functions.bb-template.php:
Line 272:
if ( empty( $h2 ) && false !== $h2 ) {
Line 280:
}
Would be nice to get a better workaround that doesn’t require hacking a core file.