From 83ebb9e81b70901176479c604c1fc269882c0cbe Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 15 Jun 2017 22:42:18 +1000 Subject: [PATCH] Remove protocol from Gravatar images to prevent SSL mixed content errors --- templates/player-gallery-thumbnail.php | 2 +- templates/team-gallery-thumbnail.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/player-gallery-thumbnail.php b/templates/player-gallery-thumbnail.php index ee0925c6..d3f098ad 100644 --- a/templates/player-gallery-thumbnail.php +++ b/templates/player-gallery-thumbnail.php @@ -35,7 +35,7 @@ if ( $link_posts ) if ( has_post_thumbnail( $id ) ) $thumbnail = get_the_post_thumbnail( $id, $size ); else - $thumbnail = ''; + $thumbnail = ''; echo "<{$itemtag} class='gallery-item'>"; echo " diff --git a/templates/team-gallery-thumbnail.php b/templates/team-gallery-thumbnail.php index 32799b87..30a2cf8d 100644 --- a/templates/team-gallery-thumbnail.php +++ b/templates/team-gallery-thumbnail.php @@ -30,7 +30,7 @@ if ( $link_posts ) if ( has_post_thumbnail( $id ) ) $thumbnail = get_the_post_thumbnail( $id, $size ); else - $thumbnail = ''; + $thumbnail = ''; echo "<{$itemtag} class='gallery-item'>"; echo "