Skip to content

Commit c58a355

Browse files
pbearnewestonruter
andauthored
Update plugins/dominant-color-images/hooks.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 07c1026 commit c58a355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dominant-color-images/hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function dominant_color_prepare_attachment_for_js( $response, WP_Post $attachmen
257257
if ( isset( $meta['dominant_color'] ) && str_starts_with( '#', $meta['dominant_color'] ) ) {
258258
$response['dominantColor'] = sanitize_hex_color( $meta['dominant_color'] );
259259
}
260-
$response['hasTransparency'] = '';
260+
$response['hasTransparency'] = '';
261261
if ( isset( $meta['has_transparency'] ) ) {
262262
$response['hasTransparency'] = (bool) $meta['has_transparency'];
263263
}

0 commit comments

Comments
 (0)