(hopefully) fix function signature issue
This commit is contained in:
parent
38b68b7993
commit
5b5b687e9d
1 changed files with 2 additions and 2 deletions
|
@ -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__(' | <a href="%s">Zum Adminpanel</a>', get_admin_url()));
|
printf(esc_attr__(' | <a href="%s">Zum Dashboard</a>', get_dashboard_url()));
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div><!-- .site-info -->
|
</div><!-- .site-info -->
|
||||||
|
|
Loading…
Reference in a new issue