Skip to content

Commit

Permalink
Merge pull request #88 from man4toman/master
Browse files Browse the repository at this point in the history
Update template based on latest version
  • Loading branch information
schlessera authored Apr 22, 2019
2 parents b6fa3ae + 4f83a56 commit 79f9ae8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/wp-config.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package WordPress
*/

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

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

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}

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

0 comments on commit 79f9ae8

Please sign in to comment.