Just happened to one of the blogs under my care too, the repair table fixed it. Version 2.0.5
Thread Starter
bhyde
(@bhyde)
This might be a fix… a change like this in the various wp-rss.php etc. files.
Change: header(‘Content-type: text/xml’, true);
To: header(‘Content-type: application/xml’, true);
Somebody in the know should proof this suggestion though.
The length of the “description” is set here: …/wp-admin/options.php?option_group_id=3 while the full text toggle here: …/wp-admin/options-reading.php adds an addional element to certain feeds. Many news readers only note the description.