Changes between Version 4 and Version 5 of Ticket #39338, comment 52
- Timestamp:
- 01/21/2019 12:43:58 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39338, comment 52
v4 v5 7 7 PHP Warning: current() expects parameter 1 to be array, ...\\'' 8 8 9 So i have modified the fix to use is_array instead of !is_null and it covers both NULL and boolean issues. I have 2 different versions of Wordpress to manage and there are different php files to modify based on error details:9 So i have modified the fix to use is_array instead of !is_null and it covers both NULL and boolean issues. I have 2 different versions of Wordpress to manage and there are **different php files to modify** based on the error details in error_log file 10 10 11 11 Wordpress v4.9.9 (recent version, and fix all similar while loops)\\