Absolute path fix for wc-coupon-functions.php

This commit is contained in:
shivapoudel 2014-09-21 00:52:35 +05:45
parent 5eaa138d21
commit ddb8c62618
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@
* @version 2.1.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
/**
* Get coupon types.