'', 'border' => '', 'text' => '', 'link' => '', 'url' => '', ); } /* Add WP.com print styles */ add_theme_support( 'print-styles' ); } } /* * WordPress.com-specific styles */ add_action( 'wp_enqueue_scripts', 'elitewhite_wpcom_styles' ); if ( ! function_exists( 'elitewhite_wpcom_styles' ) ) { function elitewhite_wpcom_styles() { wp_enqueue_style( 'elitewhite-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', array(), '20160411' ); } }