Absolute path fix for countries.php
This commit is contained in:
parent
80d4a73f52
commit
728c2f576e
|
@ -10,7 +10,9 @@
|
|||
* @version 2.2.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
return array(
|
||||
'AF' => __( 'Afghanistan', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue