Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #3670, comment 87


Ignore:
Timestamp:
02/10/2015 12:20:20 PM (10 years ago)
Author:
mdgl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3670, comment 87

    initial v1  
    3333The new encoding function has been applied to just those locations dealing with the main post content data field. This includes excerpts since these may be automatically derived from the post content and so a new function `get_the_excerpt_rss()` has been added to support the retrieval rather than display of excerpts.
    3434
    35 Future work could apply the same XML encoding technique to other data fields (see below).
     35The changes in the updated patch are sufficient to fix the bug that is the subject of this ticket, but future work could usefully apply the same or similar XML encoding technique to other data fields as well (see below).
    3636
    3737Unlike the earlier and partial patch, it did not seem appropriate to modify deprecated function `the_content_rss()`, again for reasons of backwards compatibility.