Use cap instead of level.

git-svn-id: https://develop.svn.wordpress.org/trunk@2914 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-09-24 05:56:22 +00:00
parent 961144d6ba
commit acd5fb96f1
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ function kubrick_add_theme_page() {
}
add_action('admin_head', 'kubrick_theme_page_head');
}
add_theme_page("Kubrick Theme Options", "Current Theme Options", 5, basename(__FILE__), 'kubrick_theme_page');
add_theme_page("Kubrick Theme Options", "Current Theme Options", 'edit_themes', basename(__FILE__), 'kubrick_theme_page');
}
function kubrick_theme_page_head() {
@ -384,4 +384,4 @@ function kubrick_theme_page() {
</div>
</div>
</div>
<?php } ?>
<?php } ?>