Rename message functions file for new notice API

Part of #4034
This commit is contained in:
thenbrent 2013-11-12 13:05:54 -08:00
parent f7c3362e8a
commit c2646a7315
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ include( 'wc-coupon-functions.php' );
include( 'wc-customer-functions.php' ); include( 'wc-customer-functions.php' );
include( 'wc-deprecated-functions.php' ); include( 'wc-deprecated-functions.php' );
include( 'wc-formatting-functions.php' ); include( 'wc-formatting-functions.php' );
include( 'wc-message-functions.php' ); include( 'wc-notice-functions.php' );
include( 'wc-order-functions.php' ); include( 'wc-order-functions.php' );
include( 'wc-page-functions.php' ); include( 'wc-page-functions.php' );
include( 'wc-product-functions.php' ); include( 'wc-product-functions.php' );