Make WordPress Core

Ticket #37199: 37199.diff

File 37199.diff, 548 bytes (added by kraftbj, 9 years ago)

Add a specific reference to where custom values should go and strengthen to the do not edit warning.

  • wp-config-sample.php

     
    7979 */
    8080define('WP_DEBUG', false);
    8181
    82 /* That's all, stop editing! Happy blogging. */
     82/** Add any custom values after this line. */
    8383
     84/** That's all, do not edit or add anything after this line! Happy blogging. */
     85
    8486/** Absolute path to the WordPress directory. */
    8587if ( !defined('ABSPATH') )
    8688        define('ABSPATH', dirname(__FILE__) . '/');