@@ -117,7 +117,7 @@ |
||
117 | 117 | |
118 | 118 | $cache_key = md5( serialize( $url ) ); |
119 | 119 | |
120 | - if ( ! $data = wp_cache_get( $cache_key ) ) { |
|
120 | + if ( !$data = wp_cache_get( $cache_key ) ) { |
|
121 | 121 | $data = wp_remote_get( $url ); |
122 | 122 | wp_cache_add( $cache_key, $data, 300 ); |
123 | 123 | } |