google-code-export / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
2 stars 1 forks source link

Typo in Gallery Filter #492

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See http://wordpress.org/support/topic/bug-found-width-height-for-png-and-gif

Changed lines 59 -64 to:

            elseif( $image_type == IMAGETYPE_GIF ) {
                $this_image = imagecreatefromgif($r['guid']);
            } 
            elseif( $image_type == IMAGETYPE_PNG ) {
                $this_image = imagecreatefrompng($r['guid']);
            }

Original issue reported on code.google.com by ever...@fireproofsocks.com on 14 May 2013 at 4:05