Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
Mejorada la salida para t_em_author_meta()
Browse files Browse the repository at this point in the history
  • Loading branch information
rogertm committed Jan 8, 2019
1 parent 7526a83 commit afb47c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/meta.php
Expand Up @@ -205,7 +205,7 @@ function t_em_author_meta(){
<div class="d-flex mr-3"><?php echo get_avatar( get_the_author_meta( 'ID' ), '', '', get_the_author() ); ?></div>
<div id="author-description" class="media-body">
<h4 class="media-heading"><?php printf( esc_attr__( 'About %s', 't_em' ), get_the_author() ); ?></h4>
<?php the_author_meta( 'description' ); ?>
<?php echo t_em_wrap_paragraph( get_the_author_meta( 'description' ) ); ?>
<?php if ( is_single() ) : ?>
<div id="author-link">
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>">
Expand Down

0 comments on commit afb47c7

Please sign in to comment.