(hopefully) fix function signature issue

This commit is contained in:
JeremyStar™ 2024-01-28 21:06:27 +01:00
parent 38b68b7993
commit 5b5b687e9d

View file

@ -62,12 +62,12 @@
?> ?>
<a href="<?php echo esc_url(__('https://git.staropensource.de/JeremyStarTM/RetroGeekReloaded', 'retrogeek')); ?>" class="imprint"> <a href="<?php echo esc_url(__('https://git.staropensource.de/JeremyStarTM/RetroGeekReloaded', 'retrogeek')); ?>" class="imprint">
<?php <?php
printf('RetroGeek Reloaded'); printf('RetroGeek Reloaded');
?> ?>
</a> </a>
<?php <?php
if(current_user_can('administrator') || current_user_can('editor')) { if(current_user_can('administrator') || current_user_can('editor')) {
printf(esc_attr__('&nbsp;|&nbsp;<a href="%s">Zum Adminpanel</a>', get_admin_url())); printf(esc_attr__('&nbsp;|&nbsp;<a href="%s">Zum Dashboard</a>', get_dashboard_url()));
} }
?> ?>
</div><!-- .site-info --> </div><!-- .site-info -->