From: Steve Sutton Date: Wed, 10 Jan 2018 19:30:32 +0000 (-0500) Subject: Redo function to not do pdf thumbnails. X-Git-Tag: v1.0.11^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=60b5a33598538e0401dd944d645e9c5239d8bf39;p=WP-Themes%2Fmichigantrailmaps.git Redo function to not do pdf thumbnails. Turn off pdf thumbnails. --- diff --git a/functions.php b/functions.php index 8a00e25..4a3d69f 100644 --- a/functions.php +++ b/functions.php @@ -514,4 +514,4 @@ function display_top_ads($city, $county, $destination) { echo "
"; } -//add_filter( 'fallback_intermediate_image_sizes', '__return_empty_array' ); +add_filter( 'fallback_intermediate_image_sizes', '__return_empty_array' ); diff --git a/style.css b/style.css index d4dcd75..15c7977 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MichiganTrailMaps Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MichiganTrailMaps -Version: 1.0.10 +Version: 1.0.11 */