Skip to content
Snippets Groups Projects

feature(transients): as autoloaded options

Merged Grzegorz Rola requested to merge feature/transients2 into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -388,7 +388,7 @@ if ( ! class_exists( 'WPDesk_Basic_Requirement_Checker' ) ) {
*
* @return array|false
*/
private static function get_plugins_data_from_cache( $use_transients = true, $current_time ) {
private static function get_plugins_data_from_cache( $use_transients, $current_time ) {
if ( $use_transients ) {
return get_transient( self::PLUGIN_INFO_TRANSIENT_NAME );
} else {
Loading