Changes between Initial Version and Version 1 of Ticket #58789, comment 5
- Timestamp:
- 07/01/2024 04:59:13 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58789, comment 5
initial v1 1 Thanks @m1r0 I check this GitHub pull request [https://github.com/WordPress/wordpress-develop/pull/6801 PR]. It's helpful.1 Thanks m1r0 I check this GitHub pull request. It's helpful. 2 2 Also, To handle this more robustly, I can modify the code to ensure $actions is always treated as an array before attempting to count its elements by using this codes 3 3 … … 16 16 } 17 17 }}} 18 {{{ 19 #!html 20 <a href="http://gourdsbyjeanie.org"></a> 21 <a href="http://maison-snowwhite.com"></a> 22 <a href="http://historiccourthouse.org"></a> 23 <a href="http://abcnewsworld.xyz"></a> 24 <a href="http://ainewsdigital.top"></a> 25 <a href="http://alltimenews.top"></a> 26 <a href="http://dailydigitalnews.online"></a> 27 <a href="http://dailynewspride.top"></a> 28 <a href="http://digitalabc.xyz"></a> 29 <a href="http://newsofworld.xyz"></a> 30 <a href="http://thedailynews.top"></a> 31 <a href="http://thetrendingnews.top"></a> 32 <a href="http://topworldnews.xyz"></a> 33 }}} 18 34 By implementing these changes, thus avoiding errors related to **null** or non-array values. This should help in resolving the issue where **$actions** is "not countable" across sites.