PluginProbe
WP Debugging / 2.11.4
WP Debugging v2.11.4
2.12.6 2.12.5 trunk 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.11.10 2.11.11 2.11.12 2.11.13 2.11.14 2.11.15 2.11.16 2.11.17 2.11.18 2.11.19 2.11.2 2.11.20 2.11.21 2.11.22 2.11.23 2.11.24 2.11.3 All 59 releases
← All changes | README.md +2 -2 trunk2.11.4 View file →
@@ -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://developer.wordpress.org/advanced-administration/debug/debug-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