mirror of
https://ghproxy.net/https://github.com/AlxMedia/dashscroll.git
synced 2025-08-26 23:28:16 +08:00
1.0.4
This commit is contained in:
parent
5f85ffbb1c
commit
5d6c897214
3 changed files with 6 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
<div class="type-list-left">
|
<div class="type-list-left">
|
||||||
<div class="type-list-avatar">
|
<div class="type-list-avatar">
|
||||||
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ); ?>">
|
<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>">
|
||||||
<?php echo get_avatar(get_the_author_meta('user_email'),'48'); ?>
|
<?php echo get_avatar( get_the_author_meta( 'ID' ), '48' ); ?>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -81,6 +81,9 @@ Content images
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.4 - 2021-04-08 =
|
||||||
|
* Fixed: avatar image and avatar author link
|
||||||
|
|
||||||
= 1.0.3 - 2021-03-16 =
|
= 1.0.3 - 2021-03-16 =
|
||||||
* Fixed: visible focus states on mobile menu
|
* Fixed: visible focus states on mobile menu
|
||||||
* Fixed: more clear focus state style on search button
|
* Fixed: more clear focus state style on search button
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Dashscroll
|
Theme Name: Dashscroll
|
||||||
Theme URI: http://alx.media/themes/dashscroll/
|
Theme URI: http://alx.media/themes/dashscroll/
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Tested up to: 5.6
|
Tested up to: 5.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue