Skip to content

Commit 81ea1bb

Browse files
committed
Build: Fix typo in wp-config-sample.php
1 parent 5c46bca commit 81ea1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-config-sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// ** MySQL settings - You can get this info from your web host ** //
2424
/** The name of the database for WordPress */
25-
define('DB_NAME', 'wordpress_' . strtr( JQUERY_LIVE_SITE, [ '.' => '_' ]);
25+
define('DB_NAME', 'wordpress_' . strtr( JQUERY_LIVE_SITE, [ '.' => '_' ]));
2626

2727
/** MySQL database username */
2828
define('DB_USER', getenv('WORDPRESS_DB_USER'));

0 commit comments

Comments
 (0)