Ticket #14545: 14545-2.diff
| File 14545-2.diff, 666 bytes (added by , 15 years ago) |
|---|
-
wp-config-sample.php
80 80 */ 81 81 define('WP_DEBUG', false); 82 82 83 /* That's all, stop editing!Happy blogging. */83 /** That's all, stop editing! Add anything extra above this line Happy blogging. */ 84 84 85 85 /** Absolute path to the WordPress directory. */ 86 86 if ( !defined('ABSPATH') ) … … 88 88 89 89 /** Sets up WordPress vars and included files. */ 90 90 require_once(ABSPATH . 'wp-settings.php'); 91 /** Don't add anything below. Add anything extra earlier above */ 92 No newline at end of file