Absolute path fix for countries.php

This commit is contained in:
shivapoudel 2014-09-21 00:19:07 +05:45
parent 80d4a73f52
commit 728c2f576e
1 changed files with 3 additions and 1 deletions

View File

@ -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' ),