This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Debugging WordPress things. | |
| * | |
| * All of this belongs in your wp-config.php file. | |
| * | |
| * This will make sure that the code you release is, at a minimum, | |
| * relatively free of PHP notices and warnings. | |
| * | |
| * - WP_DEBUG: This turns on debugging mode. |
NewerOlder