Skip to content

Commit

Permalink
Remove unused GLOBAL_NS.'_update_pro_zip' query var
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed May 21, 2016
1 parent 9b0e777 commit 6382ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/includes/classes/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@ protected function proUpdate($args)
'plugin' => plugin_basename(PLUGIN_FILE),
'_wpnonce' => wp_create_nonce('upgrade-plugin_'.plugin_basename(PLUGIN_FILE)),
GLOBAL_NS.'_update_pro_version' => $update_pro_version,
GLOBAL_NS.'_update_pro_zip' => base64_encode(apply_filters(GLOBAL_NS.'_update_pro_zip', $product_api_response->pro_zip)),
];

// Store the Pro Zip URL in Transient with a 5 minute expiration
Expand Down

0 comments on commit 6382ff6

Please sign in to comment.