This commit is contained in:
Alexander Agnarson 2021-04-08 20:22:36 +02:00
parent 5f85ffbb1c
commit 5d6c897214
3 changed files with 6 additions and 3 deletions

View file

@ -4,8 +4,8 @@
<div class="type-list-left">
<div class="type-list-avatar">
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ); ?>">
<?php echo get_avatar(get_the_author_meta('user_email'),'48'); ?>
<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>">
<?php echo get_avatar( get_the_author_meta( 'ID' ), '48' ); ?>
</a>
</div>
</div>

View file

@ -81,6 +81,9 @@ Content images
== Changelog ==
= 1.0.4 - 2021-04-08 =
* Fixed: avatar image and avatar author link
= 1.0.3 - 2021-03-16 =
* Fixed: visible focus states on mobile menu
* Fixed: more clear focus state style on search button

View file

@ -1,7 +1,7 @@
/*
Theme Name: Dashscroll
Theme URI: http://alx.media/themes/dashscroll/
Version: 1.0.3
Version: 1.0.4
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.6