Make WordPress Core


Ignore:
Timestamp:
02/17/2010 08:36:00 PM (15 years ago)
Author:
nacin
Message:

Add initial WP_DEBUG define to wp-config-sample.php and suggest plugin/theme developers use it. Fixes #12236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config-sample.php

    r13133 r13185  
    7272define ('WPLANG', '');
    7373
     74/**
     75 * For developers: WordPress debugging mode.
     76 *
     77 * Change this to true to enable the display of notices during development.
     78 * It is strongly recommended that plugin and theme developers use WP_DEBUG
     79 * in their development environments.
     80 */
     81define('WP_DEBUG', false);
     82
    7483/* That's all, stop editing! Happy blogging. */
    7584
Note: See TracChangeset for help on using the changeset viewer.