mirror of
https://github.com/10h30/trestle.git
synced 2026-07-13 19:56:20 +09:00
Move TGM Plugin Activation class into /lib and correct include paths for TGM and utilities.php
This commit is contained in:
+2
-2
@@ -28,13 +28,13 @@ require_once dirname( __FILE__ ) . '/includes/shortcodes/shortcodes.php';
|
||||
require_once dirname( __FILE__ ) . '/includes/widget-areas/widget-areas.php';
|
||||
|
||||
// Plugin activation class.
|
||||
require_once dirname( __FILE__ ) . '/includes/classes/class-tgm-plugin-activation.php';
|
||||
require_once dirname( __FILE__ ) . '/lib/class-tgm-plugin-activation.php';
|
||||
|
||||
// Better Font Awesome Library.
|
||||
require_once dirname( __FILE__ ) . '/lib/better-font-awesome-library/better-font-awesome-library.php';
|
||||
|
||||
// Dev utility functions.
|
||||
require_once dirname( __FILE__ ) . '/includes/functions/utilities.php';
|
||||
require_once dirname( __FILE__ ) . '/includes/utilities/utilities.php';
|
||||
|
||||
|
||||
add_action( 'genesis_setup', 'trestle_theme_setup', 15 );
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user