Ticket #2622: config.diff
| File config.diff, 699 bytes (added by denney, 6 years ago) |
|---|
-
wp-config.php
8 8 // You can have multiple installations in one database if you give each a unique prefix 9 9 $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! 10 10 11 // Uncomment the following to set a shared user and usermeta table. 12 //define('CUSTOM_USER_TABLE', 'users'); 13 //define('CUSTOM_USER_META_TABLE', 'usermeta'); 14 11 15 // Change this to localize WordPress. A corresponding MO file for the 12 16 // chosen language must be installed to wp-includes/languages. 13 17 // For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
