mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-17 05:33:44 +09:00
Moved code to src directory
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ if ( ! defined( 'WPSTRAVA_DEBUG' ) ) {
|
||||
define( 'WPSTRAVA_DEBUG', false );
|
||||
}
|
||||
|
||||
require_once WPSTRAVA_PLUGIN_DIR . 'includes/autoload.php';
|
||||
require_once WPSTRAVA_PLUGIN_DIR . 'src/autoload.php';
|
||||
|
||||
// Load the plugin and multilingual support.
|
||||
function wpstrava_plugin_loaded() {
|
||||
|
||||
Reference in New Issue
Block a user