mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Docs: Use generic references to "Database" in wp-config-sample.php.
This replaces the references to "MySQL" info in the WordPress configuration sample file. Using the generic term "Database" now refers to either MySQL or MariaDB. Props Ov3rfly, audrasjb, hellofromTonya. Fixes #54610. git-svn-id: https://develop.svn.wordpress.org/trunk@52367 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -26,7 +26,7 @@ define( 'WP_DEFAULT_THEME', 'default' );
|
||||
// Test with WordPress debug mode (default).
|
||||
define( 'WP_DEBUG', true );
|
||||
|
||||
// ** MySQL settings ** //
|
||||
// ** Database settings ** //
|
||||
|
||||
/*
|
||||
* This configuration file will be used by the copy of WordPress being tested.
|
||||
|
||||
Reference in New Issue
Block a user