removed upgrade button from user dropdown

1.5
Rodolfo Berrios 2021-10-19 11:28:41 -03:00
parent 8591f93a17
commit 2060b8bd95
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
1 changed files with 0 additions and 4 deletions

View File

@ -277,10 +277,6 @@ if (is_maintenance() || is_show_consent_screen() || in_array($templateUsed, ['re
<?php
} ?>
<li><a href="<?php echo G\get_base_url(sprintf('logout/?auth_token=%s', get_auth_token())); ?>"><?php _se('Sign out'); ?></a></li>
<?php if (is_admin()) { ?>
<div class="or-separator margin-0" style="height: 1px;"></div>
<li><a data-action="upgrade"><span class="btn-icon icon-star4 color-yellow"></span> <b>Upgrade</b></a></li>
<?php } ?>
</ul>
</div>
</div>