Bug on shortcode "sc_fancy_heading" typo
The check for function_exists() is misspeling, so I can't overwrite the function.
See: themes-shortcodes.php line 3071
if( ! function_exists( 'fancy_heading' ) )
{
function sc_fancy_heading( $attr, $content = null )
Comments
you are definitely right. Thanks for the information. We will fix it with next theme update of course