@@ -76,8 +76,9 @@ |
||
76 | 76 | /* That's all, stop editing! Happy blogging. */ |
77 | 77 | |
78 | 78 | /** Absolute path to the WordPress directory. */ |
79 | -if ( ! defined( 'ABSPATH' ) ) |
|
79 | +if ( ! defined( 'ABSPATH' ) ) { |
|
80 | 80 | define( 'ABSPATH', dirname( __FILE__ ) . '/' ); |
81 | +} |
|
81 | 82 | |
82 | 83 | /** Sets up WordPress vars and included files. */ |
83 | 84 | require_once ABSPATH . 'wp-settings.php'; |