Passed
Push — master ( 323542...b3d3d7 )
by Frank
06:59 queued 02:19
created
docker/wp-config.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,8 +76,9 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.