Make WordPress Core


Ignore:
Timestamp:
06/24/2021 08:54:43 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issues in [51227].

This fixes a "Tabs must be used to indent lines; spaces are not allowed" error.

See #53475.

File:
1 edited

Legend:

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

    r51227 r51230  
    38613861    // Check if WebP images can be edited.
    38623862    if ( ! wp_image_editor_supports( array( 'mime_type' => 'image/webp' ) ) ) {
    3863         $defaults['webp_upload_error'] = true;
     3863        $defaults['webp_upload_error'] = true;
    38643864    }
    38653865
Note: See TracChangeset for help on using the changeset viewer.