Skip to content
Snippets Groups Projects
Commit ef5296a8 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(transients): as autoloaded options

parent 2a365288
No related branches found
No related tags found
1 merge request!43feature(transients): as autoloaded options
Pipeline #213779 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment