Make WordPress Core


Ignore:
Timestamp:
01/11/2019 06:39:55 AM (8 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace violations.

See #45934.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image.php

    r44385 r44566  
    216216                        }
    217217                }
    218         } // Try to create image thumbnails for PDFs
    219         elseif ( 'application/pdf' === $mime_type ) {
     218        } elseif ( 'application/pdf' === $mime_type ) {
     219                // Try to create image thumbnails for PDFs.
     220
    220221                $fallback_sizes = array(
    221222                        'thumbnail',
Note: See TracChangeset for help on using the changeset viewer.