Skip to content

Commit 11c7c96

Browse files
committed
removed require_once files that are not needed
1 parent b4a50a8 commit 11c7c96

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

admin.php

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ function mfbfw_options_page()
3030
<li><a href="#fbfw-behaviour"><?php _e('Behaviour', 'mfbfw'); ?></a></li>
3131
<li><a href="#fbfw-galleries"><?php _e('Galleries', 'mfbfw'); ?></a></li>
3232
<li><a href="#fbfw-other"><?php _e('Misc.', 'mfbfw'); ?></a></li>
33-
<!--<li><a href="#fbfw-calls"><?php _e('Extra Calls', 'mfbfw'); ?></a></li>-->
34-
<!--<li><a href="#fbfw-troubleshooting"><?php _e('Troubleshooting', 'mfbfw'); ?></a></li>-->
3533
<li><a href="#fbfw-support" style="color:green;"><?php _e('Support', 'mfbfw'); ?></a></li>
36-
<!--<li><a href="#fbfw-uninstall" style="color:red;"><?php _e('Uninstall', 'mfbfw'); ?></a></li>-->
3734
</ul>
3835

3936
<div id="fbfw-info">
@@ -60,21 +57,10 @@ function mfbfw_options_page()
6057
<?php require_once(FBFW_PATH . 'lib/admin-tab-other.php'); ?>
6158
</div>
6259

63-
<!--<div id="fbfw-calls">
64-
<?php require_once(FBFW_PATH . 'lib/admin-tab-calls.php'); ?>
65-
</div>
66-
67-
<div id="fbfw-troubleshooting">
68-
<?php require_once(FBFW_PATH . 'lib/admin-tab-troubleshooting.php'); ?>
69-
</div>-->
70-
7160
<div id="fbfw-support">
7261
<?php require_once(FBFW_PATH . 'lib/admin-tab-support.php'); ?>
7362
</div>
74-
<!--
75-
<div id="fbfw-uninstall">
76-
<?php require_once(FBFW_PATH . 'lib/admin-tab-uninstall.php'); ?>
77-
</div>
63+
7864
-->
7965
</div>
8066

0 commit comments

Comments
 (0)