Skip to content

Commit

Permalink
Change old access level to capability type
Browse files Browse the repository at this point in the history
  • Loading branch information
webgrrrl authored Jul 5, 2018
1 parent 7748952 commit 7ee1dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpomatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ function admin()
*/
function adminMenu()
{
add_submenu_page('options-general.php', 'WP-o-Matic', 'WP-o-Matic', 10, basename(__FILE__), array(&$this, 'admin'));
add_submenu_page('options-general.php', 'WP-o-Matic', 'WP-o-Matic', 'manage_options', basename(__FILE__), array(&$this, 'admin'));
}


Expand Down

0 comments on commit 7ee1dae

Please sign in to comment.