Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44582, comment 9


Ignore:
Timestamp:
12/01/2021 10:07:49 AM (4 years ago)
Author:
moxymore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44582, comment 9

    initial v1  
    66    if (!empty($transients->response)) {
    77        foreach ($transients->response as $key => $plugin) {
    8             if (!property_exists($plugin, "plugin") && isset($plugin->slug)) {
     8            if (!property_exists($plugin, "plugin")) {
    99                $transients->response[$key]->plugin = $key;
    1010            }