Absolute path fix for wc-template-functions.php
This commit is contained in:
parent
58595f0f2b
commit
8884266bac
|
@ -10,7 +10,9 @@
|
|||
* @version 2.1.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle redirects before content is output - hooked into template_redirect so is_page works.
|
||||
|
|
Loading…
Reference in New Issue