Skip to content

Commit

Permalink
Fix incorrect path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Jun 23, 2024
1 parent a176c67 commit 2fce9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enable-button-icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Enqueue Editor scripts and styles.
*/
function enable_button_icons_enqueue_block_editor_assets() {
$asset_file = include plugin_dir_path( __FILE__ ) . 'build/editor/index.asset.php';
$asset_file = include plugin_dir_path( __FILE__ ) . 'build/index.asset.php';

wp_enqueue_script(
'enable-button-icons-editor-scripts',
Expand Down

0 comments on commit 2fce9b6

Please sign in to comment.