Changeset 52393 for trunk/src/wp-includes/SimplePie/Cache/Redis.php
- Timestamp:
- 12/20/2021 07:31:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/SimplePie/Cache/Redis.php
r47733 r52393 153 153 $return = $this->cache->set($this->name, $data); 154 154 if ($this->options['expire']) { 155 return $this->cache->expire($this->name, $this-> ttl);155 return $this->cache->expire($this->name, $this->options['expire']); 156 156 } 157 157 return $return;
Note: See TracChangeset
for help on using the changeset viewer.