• I found an error in wp-includes/rss.php at 316th line:
    $this->channel['descripton'] = $this->channel['tagline'];

    So it must to be:

    $this->channel['description'] = $this->channel['tagline'];

  • The topic ‘Syntax error’ is closed to new replies.