Ticket #31839: load.php.diff
| File load.php.diff, 465 bytes (added by , 11 years ago) |
|---|
| Line | |
|---|---|
| 1 | # This patch file was generated by NetBeans IDE |
| 2 | # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. |
| 3 | # It uses platform neutral UTF-8 encoding. |
| 4 | # Above lines and this line are ignored by the patching process. |
| 5 | 272c272,273 |
| 6 | < error_reporting( E_ALL ); |
| 7 | --- |
| 8 | > if( !defined( WP_DEBUG_LEVEL ) ) |
| 9 | > define( 'WP_DEBUG_LEVEL' , E_ALL ) ; |
| 10 | 273a275,276 |
| 11 | > error_reporting( WP_DEBUG_LEVEL ); |
| 12 | > |