Skip to content

Commit

Permalink
Update wp-includes/class-wp-web-app-manifest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Ruter <[email protected]>
  • Loading branch information
carstingaxion and westonruter authored Mar 2, 2023
1 parent 812e59a commit 81d2860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/class-wp-web-app-manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ public function enqueue_site_icon_maskable_block_editor_assets() {
$index_js = "$dir/site-icon-maskable.js";
wp_enqueue_script(
'pwa-site-icon-maskable-block-editor',
plugins_url( $index_js, __FILE__ ),
plugins_url( $index_js, PWA_PLUGIN_FILE ),
$script_asset['dependencies'],
$script_asset['version'],
true
Expand Down

0 comments on commit 81d2860

Please sign in to comment.