Is there any way to remove all references to Trackback in the RSS feed?

Comments

djg_tram’s picture

Yes, I've just stumbled upon this myself. All it takes is a very simple modification. Could somebody roll it into a patch for the dev version?

Trackback.module, line 205 (at least in 6.x-1.2), add an extra condition:

if (isset($node->can_receive) && empty($node->in_preview) && $node->build_mode != NODE_BUILD_RSS) {