IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
115 | 115 | </div><!-- .entry-attachment --> |
116 | 116 | <div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div> |
117 | 117 | |
118 | | <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> |
| 118 | <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> |
119 | 119 | <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> |
120 | 120 | |
121 | 121 | </div><!-- .entry-content --> |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
277 | 277 | * @return string "Continue Reading" link. |
278 | 278 | */ |
279 | 279 | function twentyten_continue_reading_link() { |
280 | | return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) . '</a>'; |
| 280 | return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) . '</a>'; |
281 | 281 | } |
282 | 282 | endif; |
283 | 283 | |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
113 | 113 | </div><!-- .entry-summary --> |
114 | 114 | <?php else : ?> |
115 | 115 | <div class="entry-content"> |
116 | | <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> |
| 116 | <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> |
117 | 117 | </div><!-- .entry-content --> |
118 | 118 | <?php endif; ?> |
119 | 119 | |
… |
… |
|
141 | 141 | </div><!-- .entry-summary --> |
142 | 142 | <?php else : ?> |
143 | 143 | <div class="entry-content"> |
144 | | <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> |
| 144 | <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> |
145 | 145 | <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> |
146 | 146 | </div><!-- .entry-content --> |
147 | 147 | <?php endif; ?> |