From c2646a731575c72ffbd76bbb56f2ed9a7a0c6ac1 Mon Sep 17 00:00:00 2001 From: thenbrent Date: Tue, 12 Nov 2013 13:05:54 -0800 Subject: [PATCH] Rename message functions file for new notice API Part of #4034 --- includes/wc-core-functions.php | 2 +- includes/{wc-message-functions.php => wc-notice-functions.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename includes/{wc-message-functions.php => wc-notice-functions.php} (100%) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index d415acd5179..51010e7c391 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -19,7 +19,7 @@ include( 'wc-coupon-functions.php' ); include( 'wc-customer-functions.php' ); include( 'wc-deprecated-functions.php' ); include( 'wc-formatting-functions.php' ); -include( 'wc-message-functions.php' ); +include( 'wc-notice-functions.php' ); include( 'wc-order-functions.php' ); include( 'wc-page-functions.php' ); include( 'wc-product-functions.php' ); diff --git a/includes/wc-message-functions.php b/includes/wc-notice-functions.php similarity index 100% rename from includes/wc-message-functions.php rename to includes/wc-notice-functions.php