Absolute path fix for class-wc-product-variation.php

This commit is contained in:
shivapoudel 2014-09-21 00:43:30 +05:45
parent 26d4abb88c
commit 1f4db18e7f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
exit; // Exit if accessed directly
}
/**