Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HumaneWolf committed Dec 8, 2015
1 parent 31de844 commit 0e18682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wolfvtc_admin_front.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
add_action('admin_menu', 'wolfvtc_admin_menu');

function wolfvtc_admin_menu() {
if (wolfvtc_hasperm(get_current_user_id(), "all") || get_option("wolfvtc_setup") == FALSE) {
//if (wolfvtc_hasperm(get_current_user_id(), "all") || get_option("wolfvtc_setup") == FALSE) {
add_menu_page('WolfVTC Admin', 'WolfVTC Admin', 'read', 'wolfvtcadmin', 'wolfvtc_admin_front', "", 1);
}
//}
}

function wolfvtc_admin_front() {
Expand Down

0 comments on commit 0e18682

Please sign in to comment.