Ticket #37199: 37199.diff
File 37199.diff, 548 bytes (added by , 9 years ago) |
---|
-
wp-config-sample.php
79 79 */ 80 80 define('WP_DEBUG', false); 81 81 82 /* That's all, stop editing! Happy blogging. */82 /** Add any custom values after this line. */ 83 83 84 /** That's all, do not edit or add anything after this line! Happy blogging. */ 85 84 86 /** Absolute path to the WordPress directory. */ 85 87 if ( !defined('ABSPATH') ) 86 88 define('ABSPATH', dirname(__FILE__) . '/');