From: Laury GvR Date: Thu, 11 Apr 2019 16:06:04 +0000 (-0400) Subject: New default header image for summer 2019 X-Git-Tag: v1.1.42^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d23d67aca0c51f1c1fad33bbe71e6ad283c694be;p=WP-Themes%2Fsaultstemarie.git New default header image for summer 2019 --- diff --git a/assets/summer-header-2019.png b/assets/summer-header-2019.png new file mode 100644 index 0000000..60dc5c8 Binary files /dev/null and b/assets/summer-header-2019.png differ diff --git a/functions.php b/functions.php index e80adab..791df20 100644 --- a/functions.php +++ b/functions.php @@ -150,7 +150,7 @@ function glm_get_featured() { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(123), "full"); $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; } diff --git a/header.php b/header.php index 5e0f750..2867515 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 7dbba17..ff1a0db 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: SaultSteMarieCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for SaultSteMarieCVB -Version: 1.1.41 +Version: 1.1.42 */