Ticket #13107: 13107.patch
| File 13107.patch, 372 bytes (added by , 16 years ago) |
|---|
-
plugin-install.php
74 74 $tags = plugins_api('hot_tags', $args); 75 75 76 76 if ( is_wp_error($tags) ) 77 return $tags;77 return false; 78 78 79 79 $cache = (object) array('timeout' => time(), 'cached' => $tags); 80 80