Skip to content

Commit 6284745

Browse files
committed
Move and rename widget class file
Closes #115.
1 parent 7574b06 commit 6284745

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

zoninator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
define( 'ZONINATOR_URL', trailingslashit( plugins_url( '', __FILE__ ) ) );
3737

3838
require_once ZONINATOR_PATH . '/functions.php';
39-
require_once ZONINATOR_PATH . '/widget.zone-posts.php';
39+
require_once ZONINATOR_PATH . '/src/class-zoninator-zoneposts-widget.php';
4040
require_once ZONINATOR_PATH . '/src/class-zoninator.php';
4141

4242
function Zoninator() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid, Universal.Files.SeparateFunctionsFromOO.Mixed -- Windows is case-sensitive, so changing this is a breaking change.

0 commit comments

Comments
 (0)