Changes between Initial Version and Version 1 of Ticket #34353, comment 46
- Timestamp:
- 07/29/2022 05:47:58 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34353, comment 46
initial v1 1 1 On just the main php page of the old abandoned plugin (visitor-maps.php), I put error_reporting 2 (E_ALL ^ E_NOTICE); 2 3 {{{ 4 error_reporting (E_ALL ^ E_NOTICE); 5 }}} 6 7 3 8 at the top of the page. Are you saying I did something wrong ? I thought this would affect just this plugin. Please let me know. 4 9