| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | # WP Debugging |
| 2 | 2 | |
| 3 | 3 | * Contributors: [Andy Fragen](https://github.com/afragen) |
| 4 | 4 | * Tags: debug, support |
| 5 | -* Requires at least: 5.2 | |
| 5 | +* Requires at least: 4.6 | |
| 6 | 6 | * Requires PHP: 5.6 |
| 7 | 7 | * Stable tag: master |
| 8 | 8 | * Donate link: <https://thefragens.com/git-updater-donate> |
| 9 | 9 | * License: MIT |
| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | A debugging/support plugin for WordPress. |
| 12 | 12 | |
| 13 | 13 | ## Description |
| 14 | 14 | |
| 15 | -This plugin sets the following debug constants in `wp-config.php` on plugin activation and removes them on plugin deactivation. Any errors will result in a PHP Exception being thrown. Debug constants per [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/). | |
| 15 | +This plugin sets the following debug constants in `wp-config.php` on plugin activation and removes them on plugin deactivation. Any errors will result in a PHP Exception being thrown. Debug constants per [Debugging in WordPress](https://codex.wordpress.org/Debugging_in_WordPress). | |
| 16 | 16 | |
| 17 | 17 | Default settings: |
| 18 | 18 | |
| 19 | 19 | ```php |