From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Nov 2018 22:32:44 +0100 Subject: Removes dist/ folder. --- dist/inc/wpcom.php | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 dist/inc/wpcom.php (limited to 'dist/inc/wpcom.php') diff --git a/dist/inc/wpcom.php b/dist/inc/wpcom.php deleted file mode 100644 index ca42c38..0000000 --- a/dist/inc/wpcom.php +++ /dev/null @@ -1,51 +0,0 @@ - '', - 'border' => '', - 'text' => '', - 'link' => '', - 'url' => '', - ); - } - - /* Add WP.com print styles */ - add_theme_support( 'print-styles' ); - } -} - - -/* - * WordPress.com-specific styles - */ -add_action( 'wp_enqueue_scripts', 'understrap_wpcom_styles' ); - -if ( ! function_exists ( 'understrap_wpcom_styles' ) ) { - function understrap_wpcom_styles() { - wp_enqueue_style( 'understrap-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '20160411' ); - } -} \ No newline at end of file -- cgit v1.2.3