- Timestamp:
- 11/19/2014 08:27:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content-page.php
r30314 r30394 1 1 <?php 2 2 /** 3 * The template used for displaying page content .3 * The template used for displaying page content 4 4 * 5 5 * @package WordPress … … 10 10 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 <?php twentyfifteen_post_thumbnail(); ?> 12 <?php 13 // Post thumbnail. 14 twentyfifteen_post_thumbnail(); 15 ?> 13 16 14 17 <header class="entry-header">
Note: See TracChangeset
for help on using the changeset viewer.