Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29615, comment 8


Ignore:
Timestamp:
09/15/2014 12:42:41 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29615, comment 8

    initial v1  
    1717Before [28803], when visiting that permalink, you would see both posts in a single post template.
    1818
    19 After [28803], you would only see the third (child) post. But when there is no child post with that slug, you would see no posts at all, so the fix was incomplete.
     19After [28803], you would only see the first (top-level) post. But when there is no top-level post with that slug, you would see no posts at all, so the fix was incomplete.
    2020
    2121With [attachment:link-template.php.diff], the permalinks are correct and work as expected: