Make WordPress Core


Ignore:
Timestamp:
11/07/2013 07:04:56 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: clean up inconsistencies in content template files. Props iamtakashi, fixes #25868.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/content-image.php

    r25802 r26036  
    4444    <div class="entry-content">
    4545        <?php
    46             the_content();
     46            the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747            wp_link_pages( array(
    4848                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
Note: See TracChangeset for help on using the changeset viewer.