We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6fa3ae + 4f83a56 commit 79f9ae8Copy full SHA for 79f9ae8
1 file changed
templates/wp-config.mustache
@@ -18,7 +18,7 @@
18
* @package WordPress
19
*/
20
21
-// ** MySQL settings ** //
+// ** MySQL settings - You can get this info from your web host ** //
22
/** The name of the database for WordPress */
23
define( 'DB_NAME', '{{dbname}}' );
24
@@ -75,8 +75,9 @@ define( 'WPLANG', '{{locale}}' );
75
/* That's all, stop editing! Happy publishing. */
76
77
/** Absolute path to the WordPress directory. */
78
-if ( ! defined( 'ABSPATH' ) )
+if ( ! defined( 'ABSPATH' ) ) {
79
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
80
+}
81
82
/** Sets up WordPress vars and included files. */
83
require_once ABSPATH . 'wp-settings.php';
0 commit comments