Changeset 4109
- Timestamp:
- 09/20/2016 01:32:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r4104 r4109 2 2 namespace WordPressdotorg\Make\Breathe; 3 3 4 function after_setup_theme() { 5 remove_theme_support( 'custom-header' ); 6 remove_theme_support( 'custom-background' ); 7 8 remove_action( 'customize_register', 'breathe_customize_register' ); 9 remove_action( 'customize_preview_init', 'breathe_customize_preview_js' ); 10 remove_filter( 'wp_head', 'breathe_color_styles' ); 11 } 12 add_action( 'after_setup_theme', __NAMESPACE__ . '\after_setup_theme', 11 ); 13 4 14 function styles() { 5 wp_dequeue_style( 'breathe-style');15 wp_dequeue_style( 'breathe-style' ); 6 16 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 7 17
Note: See TracChangeset
for help on using the changeset viewer.