Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #63338, comment 14


Ignore:
Timestamp:
05/17/2025 09:10:45 AM (5 weeks ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63338, comment 14

    v1 v2  
    66
    771. Go to this file: `wp-includes/class-wp-image-editor-imagick.php`
    8 2. And simply comment the line 509 like this:
     82. Comment the line 509 like this:
    99
    1010{{{
     
    1212}}}
    1313
    14 3. And test again uploading the images
     143. Comment the line 515 like this
     15
     16{{{
     17// $this->image->setOption( 'png:format', 'png8' );
     18}}}
     19
     204. And test again uploading the images