Ticket #41297: 41297.patch
| File 41297.patch, 631 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/class-wp-embed.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
218 218 219 219 $cached_recently = ( time() - $cache_time ) < $ttl; 220 220 221 if ( $this->usecache ||$cached_recently ) {221 if ( $this->usecache && $cached_recently ) { 222 222 // Failures are cached. Serve one if we're using the cache. 223 223 if ( '{{unknown}}' === $cache ) 224 224 return $this->maybe_make_link( $url );