• I am experiancing the following error on current site: Warning: Missing argument 2 for wp_kses(), called in /public_html/wp-content/themes/charity-review/footer.php on line 88 and defined in /public_html/wp-includes/kses.php on line 746

    Have installed theme on test site and can’t even get footer widgets to load.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rjdougan

    (@rjdougan)

    I just tried replacing footer.php from version 1.7.3 and this error is gone. Looks like there is an issue with that code on line 88 of the footer.php.

    v 1.7.3
    <h2><?php echo wp_kses( get_theme_mod( ‘social_media_title’ ) ) ? get_theme_mod( ‘social_media_title’ ) : __(‘SPREAD THE LOVE’, ‘charity-review’); ?></h2>

    v 1.7.5
    <h2><?php echo esc_attr( get_theme_mod( ‘social_media_title’ ) ) ? get_theme_mod( ‘social_media_title’ ) : __(‘SPREAD THE LOVE’, ‘charity-review’); ?></h2>

    Hi @rjdougan
    Glad that you were able to fix this.
    We shall fix this on the theme as well.

    Best to you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Error’ is closed to new replies.