Commit 0d6d21f9a9 for wordpress.org

commit 0d6d21f9a9e76291e9320ea922944256e97f0060
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Tue Oct 15 15:24:17 2024 +0000

    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

diff --git a/wp-config-sample.php b/wp-config-sample.php
index 039c16f696..4531bdf834 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -65,7 +65,7 @@ define( 'NONCE_SALT',       'put your unique phrase here' );
  * You can have multiple installations in one database if you give each
  * a unique prefix. Only numbers, letters, and underscores please!
  *
- * At the installation time, DB tables names with $table_prefix are created.
+ * At the installation time, database tables are created with the specified prefix.
  * Changing this value after WordPress is installed will make your site think
  * it has not been installed.
  *
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 46cc56a966..0498e78083 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.7-beta3-59239';
+$wp_version = '6.7-beta3-59240';

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