More Kubrick custom color header i18n from nbachiyski. fixes #4256 for 2.3
git-svn-id: http://svn.automattic.com/wordpress/trunk@5468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5b000b1507
commit
d7e422644f
|
@ -144,7 +144,7 @@ function kubrick_add_theme_page() {
|
|||
}
|
||||
add_action('admin_head', 'kubrick_theme_page_head');
|
||||
}
|
||||
add_theme_page('Customize Header', 'Header Image and Color', '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() {
|
||||
|
|
Loading…
Reference in New Issue