Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #33728


Ignore:
Timestamp:
09/06/2015 12:35:43 AM (10 years ago)
Author:
johnbillion
Comment:

I concur.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33728

    • Property Keywords needs-patch needs-unit-tests added
    • Property Milestone changed from Awaiting Review to Future Release
  • Ticket #33728 – Description

    initial v2  
    103103While manually adding the rewrite rules does work, '''it should not be necessary''' when `add_rewrite_endpoint( 'ref', EP_ALL );` should be sufficient.
    104104
    105 I propose that `EP_TAXONOMY` be introduced, as suggested in [21050](https://core.trac.wordpress.org/ticket/21050), and that `EP_TAXONOMY` be included in `EP_ALL`.
     105I propose that `EP_TAXONOMY` be introduced, as suggested in #21050, and that `EP_TAXONOMY` be included in `EP_ALL`.
    106106
    107 Related [19275](https://core.trac.wordpress.org/ticket/19275)
     107Related #19275