PluginProbe
FormLayer / 1.0.7
FormLayer v1.0.7
1.0.9 1.0.8 1.0.7 1.0.6 trunk 1.0.3 1.0.4 1.0.5
← All changes | main/admin.php +3 -4 trunk1.0.7 View file →
@@ -58,13 +58,12 @@
58 58 echo'<div id="formlayer-tab-support" class="formlayer-tab-content" style="display:none;">';
59 59 \FormLayer\Settings\UI::support_tab();
60 60 echo'</div>';
61 61
62 - echo'<div id="formlayer-tab-tools" class="formlayer-tab-content" style="display:none;">';
63 - do_action('formlayer_render_tools_tab');
64 - echo'</div>';
65 -
66 62 if(defined('FORMLAYER_PRO_VERSION')){
63 + echo'<div id="formlayer-tab-tools" class="formlayer-tab-content" style="display:none;">';
64 + do_action('formlayer_render_tools_tab');
65 + echo'</div>';
67 66 echo '<div id="formlayer-tab-license" class="formlayer-tab-content" style="display:none;">';
68 67 do_action('formlayer_render_license_page');
69 68 echo '</div>';
70 69 }