Changeset 25627 for trunk/src/wp-content/themes/twentyten/attachment.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/attachment.php
r17340 r25627 1 1 <?php 2 2 /** 3 * T he template for displaying attachments.3 * Template for displaying attachments 4 4 * 5 5 * @package WordPress … … 14 14 15 15 <?php 16 /* Run the loop to output the attachment. 16 /** 17 * Run the loop to output the attachment. 17 18 * If you want to overload this in a child theme then include a file 18 19 * called loop-attachment.php and that will be used instead.
Note: See TracChangeset
for help on using the changeset viewer.