Skip to content
Snippets Groups Projects

changed file path

Merged Krzysztof Dyszczyk requested to merge bugfix/require-once-error into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,7 +7,7 @@ if ( ! class_exists( 'WPDesk_Buildable' ) ) {
require_once __DIR__ . '/Buildable.php';
}
if ( ! class_exists( 'WPDesk_Has_Plugin_Info' ) ) {
require_once 'Has_Plugin_Info.php';
require_once __DIR__ . '/Has_Plugin_Info.php';
}
/**
Loading