Closed tangrufus closed 5 years ago
$to_get seems never defined and generating Undefined variable: to_get notices. Is that dead code?
$to_get
Undefined variable: to_get
https://github.com/Automattic/wp-memcached/blob/f19d6b091e6847efdd8b3856033379923fa22312/object-cache.php#L332-L336
To reproduce the notices, use wp-memcached with advanced-post-cache.
Also getting this issue.
$to_get
seems never defined and generatingUndefined variable: to_get
notices. Is that dead code?https://github.com/Automattic/wp-memcached/blob/f19d6b091e6847efdd8b3856033379923fa22312/object-cache.php#L332-L336
To reproduce the notices, use wp-memcached with advanced-post-cache.