Coding Standards: Fix WPCS issues in [51227].
This fixes a "Tabs must be used to indent lines; spaces are not allowed" error. See #53475. Built from https://develop.svn.wordpress.org/trunk@51230 git-svn-id: http://core.svn.wordpress.org/trunk@50839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3860,7 +3860,7 @@ function wp_plupload_default_settings() {
|
||||
|
||||
// Check if WebP images can be edited.
|
||||
if ( ! wp_image_editor_supports( array( 'mime_type' => 'image/webp' ) ) ) {
|
||||
$defaults['webp_upload_error'] = true;
|
||||
$defaults['webp_upload_error'] = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user