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

This commit is contained in:
shivapoudel 2014-09-21 00:42:09 +05:45
parent a3d4d87ca5
commit 3fc03a184d
1 changed files with 3 additions and 1 deletions

View File

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