Forums

Errors in theme review (3 posts)

  1. timsainb
    Member
    Posted 1 year ago #

    Hey, there are a few errors that I'm getting when I submit a theme here, and I'm not quite sure how to fix them. Here's the first one:

    DEPRECATED CALL: Used in wp-includes/general-template.php on line 372.
    The home option is deprecated for the family of bloginfo() functions. Use the url option instead.
    Deprecated in version 2.2.

    If you can help at all, I'd be grateful. Thanks.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Where/how are you using bloginfo('home')?

  3. Digital Raindrops
    Member
    Posted 1 year ago #

    Look in header.php of the default twenty ten theme and you will see

    <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>

    See the Codex home_url()

    HTH

    David

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags