Skip to content
Snippets Groups Projects
Commit 3e1f5fa1 authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

fix: compatibility issue

parent 5e011feb
No related branches found
No related tags found
1 merge request!34fix: compatibility issue
Pipeline #155692 passed
## [2.1.1] - 2023-02-07
### Fixed
- compatibility issue for admin_enqueue_scripts
## [2.1.0] - 2022-12-15 ## [2.1.0] - 2022-12-15
### Added ### Added
- plugin path - plugin path
......
...@@ -175,7 +175,7 @@ abstract class AbstractPlugin extends SlimPlugin { ...@@ -175,7 +175,7 @@ abstract class AbstractPlugin extends SlimPlugin {
* *
* @return void * @return void
*/ */
public function admin_enqueue_scripts( $hook_suffix = '' ) { public function admin_enqueue_scripts() {
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment