Skip to content

Commit 79f9ae8

Browse files
authored
Merge pull request #88 from man4toman/master
Update template based on latest version
2 parents b6fa3ae + 4f83a56 commit 79f9ae8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

templates/wp-config.mustache

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @package WordPress
1919
*/
2020

21-
// ** MySQL settings ** //
21+
// ** MySQL settings - You can get this info from your web host ** //
2222
/** The name of the database for WordPress */
2323
define( 'DB_NAME', '{{dbname}}' );
2424

@@ -75,8 +75,9 @@ define( 'WPLANG', '{{locale}}' );
7575
/* That's all, stop editing! Happy publishing. */
7676

7777
/** Absolute path to the WordPress directory. */
78-
if ( ! defined( 'ABSPATH' ) )
78+
if ( ! defined( 'ABSPATH' ) ) {
7979
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
80+
}
8081

8182
/** Sets up WordPress vars and included files. */
8283
require_once ABSPATH . 'wp-settings.php';

0 commit comments

Comments
 (0)