Skip to content

Commit

Permalink
Merge pull request #187 from 10up/fix/182
Browse files Browse the repository at this point in the history
Add another dependency to our optimizer script
  • Loading branch information
faisal-alvi authored Mar 27, 2024
2 parents ed39892 + f887c1c commit 259a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/optimizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function enqueues( $hook ) {
wp_enqueue_script(
'safe-svg-admin-scripts',
SAFE_SVG_PLUGIN_URL . 'dist/safe-svg-admin.js',
[ 'wp-data', 'utils' ],
[ 'wp-data', 'wp-editor', 'utils' ],
SAFE_SVG_VERSION,
true
);
Expand Down

0 comments on commit 259a573

Please sign in to comment.