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/custom-header.php | 49 ---------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 dist/inc/custom-header.php (limited to 'dist/inc/custom-header.php') diff --git a/dist/inc/custom-header.php b/dist/inc/custom-header.php deleted file mode 100644 index b66a416..0000000 --- a/dist/inc/custom-header.php +++ /dev/null @@ -1,49 +0,0 @@ - get_parent_theme_file_uri( '/img/header.jpg' ), - 'width' => 2000, - 'height' => 1200, - 'flex-height' => true, - ) ) ); - - register_default_headers( array( - 'default-image' => array( - 'url' => '%s/img/header.jpg', - 'thumbnail_url' => '%s/img/header.jpg', - 'description' => __( 'Default Header Image', 'understrap' ), - ), - ) ); - } -} \ No newline at end of file -- cgit v1.2.3