Changeset 6490 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/single-component.php
- Timestamp:
- 01/31/2018 10:04:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/single-component.php
r4806 r6490 16 16 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 17 17 <div class="entry-content"> 18 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', ' p2-breathe' ) ); ?>19 <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', ' p2-breathe' ), 'after' => '</div>' ) ); ?>18 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'wporg' ) ); ?> 19 <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'wporg' ), 'after' => '</div>' ) ); ?> 20 20 </div> 21 21 </article>
Note: See TracChangeset
for help on using the changeset viewer.