1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-09 21:29:04 +01:00

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

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() {