[grade=B] v1.9.4: bird emblem bottom-left on beeps and replies (opposite wordmark), Sami's transparent icon, old top-right badge removed

This commit is contained in:
Krystie
2026-09-07 17:57:13 -07:00
parent 4b9a695f26
commit 97eb31bd9d
2 changed files with 7 additions and 10 deletions
+5
View File
@@ -668,6 +668,11 @@ function beep_render_reply($comment, $all_comments = [], $depth = 0, $post_id =
<?php echo beep_render_reply_form($post_id, $comment->comment_ID); ?>
<?php endif; ?>
<div class="beep-bottom-bar">
<img class="beep-post-emblem" src="<?php echo esc_url(BEEP_URL . 'assets/beep-bird-emblem.png?v=' . BEEP_VERSION); ?>" alt="" width="20" height="21" aria-hidden="true">
<?php echo beep_post_wordmark(); ?>
</div>
<?php
// Recursively render children
$children = beep_render_replies_tree($all_comments, $comment->comment_ID, $depth + 1, $post_id, $can_interact);