REMOVING TEST FIX
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-25 16:43:37 +01:00
parent e721d9033d
commit 542d341335

View File

@ -23,9 +23,6 @@ if ($is_carhop_member && isset($carhop_member_id)) {
?>
<a href="<?php echo $link; ?>" class="author-card">
<p>.. <? echo $ID; ?></p>
<p>.. <? echo $carhop_member_id; ?></p>
<p>.. <? echo $is_carhop_member; ?></p>
<div class="author-card__profile-picture">
<?php if ($profilePictureUrl) : ?>
<img src="<?php echo $profilePictureUrl; ?>" alt="<?php echo $profilePictureAlt; ?>">