Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
Remove Customize admin menu item, now included with core.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwight committed May 4, 2014
1 parent bfa1cf3 commit 43c35b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,6 @@ function debut_html5shiv() { ?>
add_action('wp_head', 'debut_html5shiv');


/**
* Add a menu item for the theme customizer
*
* @since 1.5
*/
function debut_add_customizer_menu_item() {
add_theme_page( 'Customize', 'Customize', 'edit_theme_options', 'customize.php' );
}
add_action ('admin_menu', 'debut_add_customizer_menu_item');


/**
* Theme customizer with real-time update
* Very helpful: http://ottopress.com/2012/theme-customizer-part-deux-getting-rid-of-options-pages/
Expand Down

0 comments on commit 43c35b1

Please sign in to comment.