Changes between Version 3 and Version 4 of Ticket #41737, comment 1
- Timestamp:
- 08/27/2017 09:35:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41737, comment 1
v3 v4 1 1 For convenience, here's where the relevant code is located: 2 2 3 * get_attachment_template(): https://core.trac.wordpress.org/browser/trunk/src/wp-includes/template.php#L5934 * get_single_template(): https://core.trac.wordpress.org/browser/trunk/src/wp-includes/template.php#L4813 * get_attachment_template(): [source:tags/4.8.1/src/wp-includes/template.php#L593] 4 * get_single_template(): [source:tags/4.8.1/src/wp-includes/template.php#L481] 5 5 6 6 And a few related issues I found: 7 7 8 * attachment.php is too high in priority: https://core.trac.wordpress.org/ticket/381609 * attachment.php is usually missing in themes: https://core.trac.wordpress.org/ticket/4146110 * attachment uploaded to Page goes on to `page.php` instead of `single-....php`: https://core.trac.wordpress.org/ticket/330178 * attachment.php is too high in priority: #38160 9 * attachment.php is usually missing in themes: #41461 10 * attachment uploaded to Page goes on to `page.php` instead of `single-....php`: #33017 11 11 12 12 ----
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)