Guest User

Untitled

a guest
Apr 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // Change this to localize WordPress. A corresponding MO file for the
  2.  
  3. // chosen language must be installed to wp-content/languages.
  4.  
  5. // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
  6.  
  7. // to enable German language support.
  8.  
  9. define ('WPLANG', '');
  10.  
  11.  
  12. ini_set('display_errors', 1);
  13. error_reporting (E_ALL);
Add Comment
Please, Sign In to add comment