Skip to content

Commit

Permalink
Bootstrap/Load: Add documentation warning about updating `$table_pref…
Browse files Browse the repository at this point in the history
…ix`.

Props bjerke-johannessen, swissspidy, SergeyBiryukov, morganestes, stevenlinx, jorbin.
Fixes #34189.


git-svn-id: https://develop.svn.wordpress.org/trunk@59044 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
aaronjorbin committed Sep 17, 2024
1 parent 36f6f64 commit e9bb88d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wp-config-sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
*
* 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.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp_';

Expand Down

0 comments on commit e9bb88d

Please sign in to comment.