Changeset 7959 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/content-search.php
- Timestamp:
- 12/09/2018 05:21:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/content-search.php
r7871 r7959 14 14 $author_posts_url = get_author_posts_url( get_the_author_meta( 'ID' ) ); 15 15 $posts_by_title = sprintf( 16 __( 'Posts by %1$s ( @%2$s )', 'wporg -breathe' ),16 __( 'Posts by %1$s ( @%2$s )', 'wporg' ), 17 17 get_the_author_meta( 'display_name' ), 18 18 get_the_author_meta( 'user_nicename' ) … … 36 36 <?php if ( is_object_in_taxonomy( get_post_type(), 'post_tag' ) ) : ?> 37 37 <span class="entry-tags"> 38 <?php breathe_tags_with_count( '', '<br />' . __( 'Tags:' , 'wporg -breathe' ) .' ', ', ', ' ' ); ?> 38 <?php breathe_tags_with_count( '', '<br />' . __( 'Tags:' , 'wporg' ) .' ', ', ', ' ' ); ?> 39 39 </span> 40 40 <?php endif; ?> … … 52 52 <?php else : ?> 53 53 <div class="entry-content"> 54 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'wporg -breathe' ) ); ?>55 <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'wporg -breathe' ), 'after' => '</div>' ) ); ?>54 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'wporg' ) ); ?> 55 <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'wporg' ), 'after' => '</div>' ) ); ?> 56 56 </div><!-- .entry-content --> 57 57 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.