Title: patternsofchaos's Replies | WordPress.org

---

# patternsofchaos

  [  ](https://wordpress.org/support/users/patternsofchaos/)

 *   [Profile](https://wordpress.org/support/users/patternsofchaos/)
 *   [Topics Started](https://wordpress.org/support/users/patternsofchaos/topics/)
 *   [Replies Created](https://wordpress.org/support/users/patternsofchaos/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/patternsofchaos/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/patternsofchaos/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/patternsofchaos/engagements/)
 *   [Favorites](https://wordpress.org/support/users/patternsofchaos/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Not Showing Full Text](https://wordpress.org/support/topic/rss-not-showing-full-text/)
 *  [patternsofchaos](https://wordpress.org/support/users/patternsofchaos/)
 * (@patternsofchaos)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/rss-not-showing-full-text/page/3/#post-549705)
 * If it’s not a bug, then at least half a dozen feed readers I’ve tried all have
   the same bug. Changing that value in WordPress fixed the problem.
 * It may not be a bug, technically, but it certainly works against user expectations.
   The fact that there is this much discussion on the matter, and this many people
   having the same problem, should say something.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Not Showing Full Text](https://wordpress.org/support/topic/rss-not-showing-full-text/)
 *  [patternsofchaos](https://wordpress.org/support/users/patternsofchaos/)
 * (@patternsofchaos)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/rss-not-showing-full-text/page/2/#post-549703)
 * This is definitely a bug. Just looking at the code shows that it was mis typed.
   Follow the logic of the code:
 * if (get_option(‘rss_use_excerpt’))
    // output the_excerpt_rss else // output 
   the_excerpt_rss
 * So the code, as provided, outputs the EXCERPT no matter what your settings are.
 * Very big problem to users, very small effort to change. I’m just wondering why
   it isn’t fixed?
 * Is there somewhere to report bugs?

Viewing 2 replies - 1 through 2 (of 2 total)