Use cap instead of level.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-09-24 05:56:22 +00:00
parent ed15ebd4c3
commit 7de2ddc98d
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_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() { function kubrick_theme_page_head() {
@ -384,4 +384,4 @@ function kubrick_theme_page() {
</div> </div>
</div> </div>
</div> </div>
<?php } ?> <?php } ?>