Skip to content

Commit 5b114d3

Browse files
committed
Use empty array when registering asset
1 parent 7296edb commit 5b114d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin/Assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function load_admin_styles( string $hook_suffix = '' ): void {
4444
wp_register_style(
4545
$this->core->get_name() . '_admin',
4646
plugins_url( 'assets/css/admin-style.css', $this->core->get_file_path() ),
47-
false,
47+
array(),
4848
$this->core->get_version()
4949
);
5050

0 commit comments

Comments
 (0)