Make WordPress Core

Ticket #34189: wordpress.patch2

File wordpress.patch2, 616 bytes (added by bjerke-johannessen, 8 years ago)

Patch to include warning in wp-config.php

Line 
1diff -ru wordpress-orig/wp-config-sample.php wordpress/wp-config-sample.php
2--- wordpress-orig/wp-config-sample.php 2015-10-07 10:51:47.486271282 +0200
3+++ wordpress/wp-config-sample.php      2015-10-07 12:39:33.454227883 +0200
4@@ -62,6 +62,10 @@
5  *
6  * You can have multiple installations in one database if you give each
7  * a unique prefix. Only numbers, letters, and underscores please!
8+ *
9+ * IF YOU CHANGE THIS FOR AN EXISTING DATABASE, IT IS NOT SUFFICIENT TO
10+ * RENAME THE TABLES. YOU WILL ALSO HAVE TO CHANGE THE CONTENTS FOR
11+ * SEVERAL ROWS IN SEVERAL TABLES.
12  */
13 $table_prefix  = 'wp_';
14