Ticket #484 (closed defect: wontfix)

Opened 8 months ago

Last modified 7 months ago

Problem with full text in syndication feeds

Reported by: Eunix Assigned to: somebody
Priority: normal Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: normal Keywords: feed, more
Cc:

Description

I set option "Full text" in "Syndication Feeds"/"For each article, show" but RSS has link "more", anyway.

I think that problem in (for example file feed-rss2.php)

header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
$more = 1;

If I do next all work

function wpmu_more_feed () {
	global $more;
	$more = 1;
}
wpmu_more_feed ();

Thanks.

Change History

11/23/07 18:07:15 changed by momo360modena

  • status changed from new to closed.
  • resolution set to wontfix.

WordPress? (latest version in trunk) have the same code.

It's a WordPress? modification and not WPmu modification ? Suggest this on WordPress? Trac...

PS. You can fix it with a plugin ;)