• Error in parenthesis.
    File: breadcrumb-trail.php.
    Line 768

    Original: $this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link( get_the_time( 'Y' ) ), get_the_time( 'm' ), get_the_time( 'd' ) ), $day );

    Corrected: $this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link( get_the_time( 'Y' ), get_the_time( 'm' ), get_the_time( 'd' ) ) ), $day );

  • The topic ‘Error in parenthesis’ is closed to new replies.