Comment out login
This commit is contained in:
parent
0cca1bd78f
commit
c29f5f4905
1 changed files with 15 additions and 15 deletions
|
@ -13,7 +13,6 @@
|
||||||
gtag('config', 'UA-75664743-2');
|
gtag('config', 'UA-75664743-2');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<meta charset="<?php bloginfo('charset'); ?>"/>
|
<meta charset="<?php bloginfo('charset'); ?>"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<meta name="description" content="A collection of scripts and other content made by Graal Online players"/>
|
<meta name="description" content="A collection of scripts and other content made by Graal Online players"/>
|
||||||
|
@ -27,7 +26,7 @@
|
||||||
$curr_user = wp_get_current_user();
|
$curr_user = wp_get_current_user();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?php /*
|
||||||
<div class="gar-userbox">
|
<div class="gar-userbox">
|
||||||
<?php if ($curr_user->ID !== 0) : ?>
|
<?php if ($curr_user->ID !== 0) : ?>
|
||||||
<span class="gar-userbox-username"><?php echo $curr_user->user_login ?></span>
|
<span class="gar-userbox-username"><?php echo $curr_user->user_login ?></span>
|
||||||
|
@ -36,6 +35,7 @@ $curr_user = wp_get_current_user();
|
||||||
<a href="<?php echo wp_login_url(esc_url(home_url('/'))) ?>">Login</a>
|
<a href="<?php echo wp_login_url(esc_url(home_url('/'))) ?>">Login</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
*/ ?>
|
||||||
|
|
||||||
|
|
||||||
<div id="search">
|
<div id="search">
|
||||||
|
|
Loading…
Add table
Reference in a new issue