From 9f02958b82ec5e548afbe70adff6bbdcf76b7103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E8=90=BD?= Date: Tue, 28 Jan 2020 02:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gdk_route.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gdk_route.php b/gdk_route.php index cd34f17..69fefe3 100644 --- a/gdk_route.php +++ b/gdk_route.php @@ -25,20 +25,8 @@ define('NC_STORE_VER', '0.3.5'); define('NC_STORE_FILE', __FILE__);//插件入口文件 define('NC_BASE_URL', plugin_dir_url( __FILE__ ) );//插件目录url define('NC_STORE_ROOT_PATH', plugin_dir_path( __FILE__ ) );//插件目录路径 -//include('library/nc-base/kernel/kernel.php'); -//include('library/nc-base/static-load.php'); -//include('library/nc-base/add-menu-page.php'); - -if (version_compare(PHP_VERSION, '7.2.26', '>=')) { - //include('modules/field-group/Field_Group_Values.php'); - //include('modules/field-group/get_all_custom_field_meta.php'); -} - -//include('modules/base/main.php'); include('class/clean-up.php'); include('framework/plugin-options.php'); include('functions/func_load.php'); - -