Skip to content

Commit be57225

Browse files
authored
Combine comments
1 parent 8c43763 commit be57225

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/dominant-color-images/hooks.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ function dominant_color_render_generator(): void {
198198
*/
199199
function dominant_color_admin_inline_style(): void {
200200
$handle = 'dominant-color-admin-styles';
201-
// PHPCS ignore reason: Version not used since this handle is only registered for adding an inline style.
202-
// phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVersion
201+
// phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVersion -- Version not used since this handle is only registered for adding an inline style.
203202
wp_register_style( $handle, false );
204203
wp_enqueue_style( $handle );
205204
$custom_css = '.wp-core-ui .attachment-preview[data-dominant-color]:not(.has-transparency) { background-color: var(--dominant-color); }';

0 commit comments

Comments
 (0)