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-imagick.php

    r26645 r26851  
    120120            return new WP_Error( 'error_loading_image', __('File doesn’t exist?'), $this->file );
    121121
    122         /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ 
     122        /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
    123123        // Even though Imagick uses less PHP memory than GD, set higher limit for users that have low PHP.ini limits
    124124        @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) );
     
    453453        @ chmod( $filename, $perms );
    454454
    455         /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 
     455        /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */
    456456        return array(
    457457            'path'      => $filename,
Note: See TracChangeset for help on using the changeset viewer.