- 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-search.php
r30072 r30394 1 1 <?php 2 2 /** 3 * The template part for displaying results in search pages .3 * The template part for displaying results in search pages 4 4 * 5 * Learn more: http://codex.wordpress.org/Template_Hierarchy5 * Learn more: {@link https://codex.wordpress.org/Template_Hierarchy} 6 6 * 7 7 * @package WordPress … … 23 23 24 24 <?php if ( 'post' == get_post_type() ) : ?> 25 25 26 <footer class="entry-footer"> 26 27 <?php twentyfifteen_entry_meta(); ?> 27 28 <?php edit_post_link( esc_html__( 'Edit', 'twentyfifteen' ), '<span class="edit-link">', '</span>' ); ?> 28 29 </footer><!-- .entry-footer --> 30 29 31 <?php else : ?> 32 30 33 <?php edit_post_link( esc_html__( 'Edit', 'twentyfifteen' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer><!-- .entry-footer -->' ); ?> 34 31 35 <?php endif; ?> 36 32 37 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.