Make WordPress Core


Ignore:
Timestamp:
12/11/2013 07:48:29 PM (11 years ago)
Author:
ryan
Message:

The Pinking Shears stir from their slumber, awakened by what may seem, to those
innocent in the ways of The Shears, a triviality, a nothing-of-consequence. But there are consequences indeed for recklessly trailing your whitespace. Naturally, they a dire!

One, two! One, two! And through and through
The Pinking Shears went snicker-snack!
They plucked your tail and with your space
They went sniksnuking back.

Let me tell you, that can be uncomfortable, so always pre-sniksnuk your trailing whites. May The Shears be with you.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor-gd.php

    r26650 r26851  
    371371        }
    372372        elseif ( 'image/jpeg' == $mime_type ) {
    373             if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) ) 
     373            if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) )
    374374                return new WP_Error( 'image_save_error', __('Image Editor Save Failed') );
    375375        }
Note: See TracChangeset for help on using the changeset viewer.