Changeset 1675 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php
- Timestamp:
- 06/18/2015 08:42:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php
r1267 r1675 23 23 <?php while ( have_posts() ) : the_post(); ?> 24 24 25 <?php get_template_part( 'content', ( is_parsed_post_type() ? 'reference-archive' : '') ); ?>25 <?php get_template_part( 'content', ( is_parsed_post_type() ? 'reference-archive' : get_post_type() ) ); ?> 26 26 27 27 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.