Make WordPress Core

Ticket #41423: 41423.patch

File 41423.patch, 490 bytes (added by upadalavipul, 9 years ago)
  • src/wp-includes/class-wp-image-editor-imagick.php

     
    126126         * Loads image from $this->file into new Imagick Object.
    127127         *
    128128         * @since 3.5.0
    129          * @access protected
     129         * @access public
    130130         *
    131131         * @return true|WP_Error True if loaded; WP_Error on failure.
    132132         */