Skip to content

Commit 07c1026

Browse files
authored
Update hooks.php
1 parent bafba80 commit 07c1026

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/dominant-color-images/hooks.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ function dominant_color_prepare_attachment_for_js( $response, WP_Post $attachmen
258258
$response['dominantColor'] = sanitize_hex_color( $meta['dominant_color'] );
259259
}
260260
$response['hasTransparency'] = '';
261-
$response['hasTransparencyClass'] = '';
262261
if ( isset( $meta['has_transparency'] ) ) {
263262
$response['hasTransparency'] = (bool) $meta['has_transparency'];
264263
}

0 commit comments

Comments
 (0)