Changeset 43860 for branches/5.0/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
- Timestamp:
- 11/02/2018 11:52:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
r43842 r43860 16 16 <?php the_author_meta( 'description' ); ?> 17 17 <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> 18 <?php _e( 'View more posts 18 <?php _e( 'View more posts', 'twentynineteen' ); ?> 19 19 </a> 20 20 </p><!-- .author-description -->
Note: See TracChangeset
for help on using the changeset viewer.