Make WordPress Core

Changeset 1148 in tests for trunk/tests/image/base.php


Ignore:
Timestamp:
11/21/2012 03:01:28 PM (14 years ago)
Author:
ryan
Message:

Pinking shears and eol-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/image/base.php

    r1124 r1148  
    1616                add_filter( 'image_editor_class', array( $this, 'setEngine') );
    1717        }
    18        
     18
    1919        /**
    2020         * Undo the image editor override
     
    3030        public function setEngine() {
    3131                return $this->editor_engine;
    32         }       
     32        }
    3333}
Note: See TracChangeset for help on using the changeset viewer.