Absolute path fix for wc-attribute-functions.php

This commit is contained in:
shivapoudel 2014-09-21 00:49:38 +05:45
parent 3a38fba2b0
commit 5ab2bdcca4
1 changed files with 3 additions and 1 deletions

View File

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