Changeset 25088 for trunk/src/wp-content/themes/twentyfourteen/single.php
- Timestamp:
- 08/22/2013 05:02:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/single.php
r25023 r25088 15 15 the_post(); 16 16 17 get_template_part( 'content', 'single');17 get_template_part( 'content', get_post_format() ); 18 18 19 19 twentyfourteen_post_nav();
Note: See TracChangeset
for help on using the changeset viewer.