Add/remove brackets
This commit is contained in:
parent
b36a929e96
commit
5c29fc43bf
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">
|
||||
<?php
|
||||
printf(('RetroGeek Reloaded');
|
||||
printf('RetroGeek Reloaded');
|
||||
?>
|
||||
</a>
|
||||
<?php
|
||||
if(current_user_can('administrator') || current_user_can('editor')) {
|
||||
printf(ecs_attr__(' | <a href="%s">Zum Adminpanel</a>', get_admin_url());
|
||||
printf(ecs_attr__(' | <a href="%s">Zum Adminpanel</a>', get_admin_url()));
|
||||
}
|
||||
?>
|
||||
</div><!-- .site-info -->
|
||||
|
|
Loading…
Reference in a new issue