Update wp-admin.php

This commit is contained in:
UnderstrapFramework 2019-12-17 10:11:42 +00:00 committed by GitHub
parent 4f3918c725
commit 1ab5187ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -84,9 +84,6 @@ function understap_overstrap_menu() {
}
function understrap_overstrap_page() {
add_thickbox();
$active_tab = $_GET[ 'tab' ];
if($active_tab == ''){$active_tab = 'featured';}
?>
<style>
#inv_os_analytics {
@ -122,8 +119,6 @@ function understrap_overstrap_page() {
<p>Ready to buy the pack? Go straight to the GumRoad product page:</p>
<a href="https://gumroad.com/l/overstrap" class="page-title-action" target="_blank">Buy Now</a>
<iframe src="https://understrap.com/overstrap/?wp=1" id="inv_os_analytics"></iframe>
</div>
<?php }