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

Sign In or Register to comment.