Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25639, comment 37


Ignore:
Timestamp:
11/21/2013 02:21:07 AM (12 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25639, comment 37

    initial v1  
    232312. i18n of errors
    2424
    25 Obviously !#1, ,!#5, and, !#9 are the most important ones here, In the case of !#1 it’ll require some backwards incompatible changes (or numerous skipped filters, or output buffers). !#6 will require refactoring the enclosure support in core to have a `get_rss_enclosure` version (which we should have anyway)
     25Obviously !#1, !#5, and, !#9 are the most important ones here, In the case of !#1 it’ll require some backwards incompatible changes (or numerous skipped filters, or output buffers). !#6 will require refactoring the enclosure support in core to have a `get_rss_enclosure` version (which we should have anyway)
    2626
    2727A lot of the challenges related to permissions / formatting content / how much (un)processed data is what WP-API has been dealing with AFAIK (aside from appropriate format).