Better text

git-svn-id: https://develop.svn.wordpress.org/trunk@3451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2006-01-17 02:07:37 +00:00
parent d2883b90ce
commit d91c2aa46b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function kubrick_add_theme_page() {
}
add_action('admin_head', 'kubrick_theme_page_head');
}
add_theme_page("Kubrick Theme Options", "Current Theme Options", 'edit_themes', basename(__FILE__), 'kubrick_theme_page');
add_theme_page('Customize Header', 'Header Image and Color', 'edit_themes', basename(__FILE__), 'kubrick_theme_page');
}
function kubrick_theme_page_head() {