Skip to content

Commit

Permalink
Corrected the admin permissions.
Browse files Browse the repository at this point in the history
Mis-typed originally as a hyphen instead of underscore.
  • Loading branch information
rachelbaker committed Apr 4, 2013
1 parent b5916a7 commit 12de4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

function autopost_add_pages() {
if (function_exists('add_submenu_page')) {
add_submenu_page('tools.php', __('CBZ Auto Create Posts'), __('CBZ Auto Create Posts'), 'manage-options', __FILE__, 'autopost_options_subpanel');
add_submenu_page('tools.php', __('CBZ Auto Create Posts'), __('CBZ Auto Create Posts'), 'manage_options', __FILE__, 'autopost_options_subpanel');
}
}

Expand Down

0 comments on commit 12de4a1

Please sign in to comment.