Changes between Initial Version and Version 1 of Ticket #23151, comment 3
- Timestamp:
- 01/09/2013 03:26:31 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23151, comment 3
initial v1 1 Replying to [comment:2 SergeyBiryukov]: 2 3 You don't need 4 5 {{{ 6 $templates[] = "attachment.php"; 7 }}} 8 9 because 10 11 {{{ 12 get_query_template("attachment", $templates); 13 }}} 14 15 handles this. 1 [nevermind; this comment made an observation that I later found to be incorrect]