Ticket #2622: config.diff

File config.diff, 699 bytes (added by denney, 6 years ago)
  • wp-config.php

     
    88// You can have multiple installations in one database if you give each a unique prefix 
    99$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please! 
    1010 
     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 
    1115// Change this to localize WordPress.  A corresponding MO file for the 
    1216// chosen language must be installed to wp-includes/languages. 
    1317// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'