[wp-trac] [WordPress Trac] #43226: Crop setting in thumbnails never set when uploading PDF files

WordPress Trac noreply at wordpress.org
Mon Feb 5 09:26:25 UTC 2018


#43226: Crop setting in thumbnails never set when uploading PDF files
--------------------------+------------------------------
 Reporter:  leemon        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Media         |     Version:  4.9.2
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  administration
--------------------------+------------------------------

Comment (by leemon):

 If I change the conditional statement to:

 {{{
 if ( 'thumbnail' !== $s ) {
     $sizes[ $s ]['crop'] = get_option( "{$s}_crop" );
 }

 }}}

 it works as expected.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43226#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list