Skip to content

Commit 0d6d21f

Browse files
Docs: Slightly adjust the description for $table_prefix in wp-config-sample.php.
This replaces the DB abbreviation for consistency, and aims to make the sentence a bit more clear. Follow-up to [59044]. See #34189. Built from https://develop.svn.wordpress.org/trunk@59240 git-svn-id: http://core.svn.wordpress.org/trunk@58632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent f3e8c61 commit 0d6d21f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: wp-config-sample.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* You can have multiple installations in one database if you give each
6666
* a unique prefix. Only numbers, letters, and underscores please!
6767
*
68-
* At the installation time, DB tables names with $table_prefix are created.
68+
* At the installation time, database tables are created with the specified prefix.
6969
* Changing this value after WordPress is installed will make your site think
7070
* it has not been installed.
7171
*

Diff for: wp-includes/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.7-beta3-59239';
19+
$wp_version = '6.7-beta3-59240';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)