Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41564, comment 3


Ignore:
Timestamp:
08/07/2017 02:55:09 AM (8 years ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41564, comment 3

    initial v1  
    1 Thanks for the initial patch @jmichaelward! In [attachment:41564.2.diff], I added code for single templates and taxonomy archives. I think that if `taxonomy-tax-name.php` or `single-post-type.php` is searched for, then `single-post-type-slug.php` should probably should be searched for as well.
     1Thanks for the initial patch @jmichaelward! In [attachment:41564.2.diff], I added code for single templates and taxonomy archives. I think that if `taxonomy-tax-name.php` or `single-post-type.php` is searched for, then `single-post-type-slug.php` and `taxonomy-tax-name-slug.php` should probably should be searched for as well.
    22
    33I had a few suggestions for changes in your patch that I made in the new patch and wanted to share them.