Ticket #12695: archive.php.diff
File archive.php.diff, 512 bytes (added by , 15 years ago) |
---|
-
wp-content/themes/twentyten/archive.php
1 1 <?php 2 2 /** 3 * Generic template forArchive pages.3 * The template used to display Archive pages. 4 4 * 5 5 * Used to display archive-type pages if nothing more specific matches a query. 6 6 * For example, puts together date-based pages if no date.php file exists.