Renamed lib to includes

This commit is contained in:
Justin Foell
2019-04-01 15:17:27 -05:00
parent 3ce9d26e88
commit 2265e73f83
26 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if ( ! defined( 'WPSTRAVA_DEBUG' ) ) {
define( 'WPSTRAVA_DEBUG', false );
}
require_once WPSTRAVA_PLUGIN_DIR . 'lib/autoload.php';
require_once WPSTRAVA_PLUGIN_DIR . 'includes/autoload.php';
// Load the plugin and multilingual support.
function wpstrava_load_plugin_textdomain() {