Changeset 13885 for trunk/wp-content/themes/twentyten/category.php
- Timestamp:
- 03/29/2010 10:03:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/category.php
r13830 r13885 1 <?php 2 /** 3 * The template used to display Category Archive pages 4 * 5 * @package WordPress 6 * @subpackage Twenty Ten 7 * @since 3.0.0 8 */ 9 ?> 10 1 11 <?php get_header(); ?> 2 12 … … 14 24 * called loop-category.php and that will be used instead. 15 25 */ 16 26 get_template_part( 'loop', 'category' ); 17 27 ?> 18 28
Note: See TracChangeset
for help on using the changeset viewer.