Skip to content

Commit

Permalink
Enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 14, 2015
1 parent d096519 commit 0c780b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/minit-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function minit() {
$cache_ver = md5( 'minit-' . implode( '-', $ver ) );

// Try to get queue from cache
//$cache = get_transient( 'minit-' . $cache_ver );
$cache = get_transient( 'minit-' . $cache_ver );

if ( ! empty( $cache ) && isset( $cache['url'] ) ) {
$this->mark_done( $cache['done'] );
Expand Down

0 comments on commit 0c780b4

Please sign in to comment.