From a6a59d3267ee47bffe11638da0d2d85c12713fb3 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Thu, 6 Apr 2017 21:54:08 +0200
Subject: [PATCH] Move syntax help to proper file system location

---
 .../meta-box-help.php => html/html-rulesyntax-help.php}         | 0
 includes/rules-shipping-method.php                              | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename includes/admin/{settings/meta-box-help.php => html/html-rulesyntax-help.php} (100%)

diff --git a/includes/admin/settings/meta-box-help.php b/includes/admin/html/html-rulesyntax-help.php
similarity index 100%
rename from includes/admin/settings/meta-box-help.php
rename to includes/admin/html/html-rulesyntax-help.php
diff --git a/includes/rules-shipping-method.php b/includes/rules-shipping-method.php
index f038ab4..636b8e6 100644
--- a/includes/rules-shipping-method.php
+++ b/includes/rules-shipping-method.php
@@ -198,7 +198,7 @@ class Shipping_by_Rules extends WC_Shipping_Method {
 		?>
 		<tr valign="top">
 			<td colspan="2">
-				<?php include plugin_dir_path( __FILE__ ) . 'admin/settings/meta-box-help.php'; ?>
+				<?php include plugin_dir_path( __FILE__ ) . 'admin/html/html-rulesyntax-help.php'; ?>
 			</td>
 		</tr>
 		<?php
-- 
GitLab