Skip to content

Commit 48d3ff0

Browse files
committed
1 parent dbe01b3 commit 48d3ff0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inc/extras.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ function shapely_author_bio() {
331331
</div>
332332
<div class="col-sm-10">
333333
<b class="fn"><?php echo esc_html( $author_name ); ?></b>
334-
<p>
334+
<div>
335335
<?php
336336
if ( '' != trim( $author_description ) ) {
337-
echo esc_html( $author_description );
337+
echo wp_kses_post( $author_description );
338338
}
339339
?>
340-
</p>
340+
</div>
341341
<?php if ( ( $show_athor_email && ! is_singular( 'jetpack-portfolio' ) ) || ( is_singular( 'jetpack-portfolio' ) && $show_project_athor_email ) ) : ?>
342342
<a class="author-email" href="mailto:<?php echo esc_attr( antispambot( $author_email ) ); ?>"><?php echo esc_html( antispambot( $author_email ) ); ?></a>
343343
<?php endif ?>
@@ -381,7 +381,7 @@ function shapely_author_bio() {
381381
?>
382382
<li>
383383
<a href="<?php echo esc_url( $github_profile ); ?>">
384-
<i class="fa fa-vimeo"></i>
384+
<i class="fa fa-github"></i>
385385
</a>
386386
</li>
387387
<?php
@@ -392,7 +392,7 @@ function shapely_author_bio() {
392392
?>
393393
<li>
394394
<a href="<?php echo esc_url( $vimeo_profile ); ?>">
395-
<i class="fa fa-github"></i>
395+
<i class="fa fa-vimeo"></i>
396396
</a>
397397
</li>
398398
<?php

0 commit comments

Comments
 (0)