Skip to content

Commit 89c62b3

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

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
@@ -229,7 +229,7 @@ function dominant_color_admin_script(): void {
229229
</script>
230230
<?php
231231
}
232-
add_action( 'admin_print_footer_scripts', 'dominant_color_admin_script', 1000 );
232+
add_action( 'admin_print_footer_scripts', 'dominant_color_admin_script' );
233233

234234
/**
235235
* Prepares attachment data for JavaScript, adding dominant color and transparency information.

0 commit comments

Comments
 (0)