Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Aug 31, 2024
1 parent cc9c6fe commit 989a2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/dashboard-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="<?php echo esc_attr( $friend_user->get_local_friends_page_url() ); ?>" class="author-avatar">
<img src="<?php echo esc_url( $avatar ); ?>" width="16" height="16" />
</a>
<?php if ( isset( $args['friend_user'] ) ) : ?>
<?php if ( ! isset( $args['friend_user'] ) ) : ?>
<a href="<?php echo esc_url( $friend_user->get_local_friends_page_url() ); ?>">
<strong><?php echo esc_html( $friend_user->display_name ); ?></strong><?php if ( $override_author_name && trim( str_replace( $override_author_name, '', $author_name ) ) === $author_name ) : ?>
<?php echo esc_html( $override_author_name ); ?>
Expand Down

0 comments on commit 989a2d8

Please sign in to comment.