From c6020049415980c335b38716250ad65c4e206593 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 17 Mar 2016 13:07:30 +0100 Subject: [PATCH] naming --- functions.php | 2 +- {includes => functions}/core.php | 0 {includes => functions}/cpt-career.php | 0 {includes => functions}/cpt-event.php | 0 {includes => functions}/cpt-presscoverage.php | 0 {includes => functions}/cpt-team.php | 0 {includes => functions}/cpt-testimonial.php | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename {includes => functions}/core.php (100%) rename {includes => functions}/cpt-career.php (100%) rename {includes => functions}/cpt-event.php (100%) rename {includes => functions}/cpt-presscoverage.php (100%) rename {includes => functions}/cpt-team.php (100%) rename {includes => functions}/cpt-testimonial.php (100%) diff --git a/functions.php b/functions.php index 21e05a2..43840ac 100644 --- a/functions.php +++ b/functions.php @@ -21,7 +21,7 @@ define( 'WPTHEME_VERSION', '0.1.0' ); define( 'WPTHEME_URL', get_stylesheet_directory_uri() ); define( 'WPTHEME_TEMPLATE_URL', get_template_directory_uri() ); define( 'WPTHEME_PATH', get_template_directory() . '/' ); -define( 'WPTHEME_INC', WPTHEME_PATH . 'includes/' ); +define( 'WPTHEME_INC', WPTHEME_PATH . 'functions/' ); // Include compartmentalized functions require_once WPTHEME_INC . 'core.php'; diff --git a/includes/core.php b/functions/core.php similarity index 100% rename from includes/core.php rename to functions/core.php diff --git a/includes/cpt-career.php b/functions/cpt-career.php similarity index 100% rename from includes/cpt-career.php rename to functions/cpt-career.php diff --git a/includes/cpt-event.php b/functions/cpt-event.php similarity index 100% rename from includes/cpt-event.php rename to functions/cpt-event.php diff --git a/includes/cpt-presscoverage.php b/functions/cpt-presscoverage.php similarity index 100% rename from includes/cpt-presscoverage.php rename to functions/cpt-presscoverage.php diff --git a/includes/cpt-team.php b/functions/cpt-team.php similarity index 100% rename from includes/cpt-team.php rename to functions/cpt-team.php diff --git a/includes/cpt-testimonial.php b/functions/cpt-testimonial.php similarity index 100% rename from includes/cpt-testimonial.php rename to functions/cpt-testimonial.php