Absolute path fix for wc-attribute-functions.php
This commit is contained in:
parent
3a38fba2b0
commit
5ab2bdcca4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue