Absolute path fix for class-wc-query.php
This commit is contained in:
parent
1f4db18e7f
commit
922e74e984
|
@ -9,7 +9,9 @@
|
|||
* @author WooThemes
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
if ( ! class_exists( 'WC_Query' ) ) :
|
||||
|
||||
|
|
Loading…
Reference in New Issue