Redo function to not do pdf thumbnails.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Jan 2018 19:30:32 +0000 (14:30 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Jan 2018 19:30:32 +0000 (14:30 -0500)
Turn off pdf thumbnails.

functions.php
style.css

index 8a00e25..4a3d69f 100644 (file)
@@ -514,4 +514,4 @@ function display_top_ads($city, $county, $destination) {
     echo "<br>";
 }
 
-//add_filter( 'fallback_intermediate_image_sizes', '__return_empty_array' );
+add_filter( 'fallback_intermediate_image_sizes', '__return_empty_array' );
index d4dcd75..15c7977 100644 (file)
--- 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
 */