Changes between Initial Version and Version 1 of Ticket #44582, comment 9
- Timestamp:
- 12/01/2021 10:07:49 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44582, comment 9
initial v1 6 6 if (!empty($transients->response)) { 7 7 foreach ($transients->response as $key => $plugin) { 8 if (!property_exists($plugin, "plugin") && isset($plugin->slug)) {8 if (!property_exists($plugin, "plugin")) { 9 9 $transients->response[$key]->plugin = $key; 10 10 }