Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercasares committed Sep 24, 2024
1 parent 22ab498 commit 759582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpvulnerability-run.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function wpvulnerability_delete_transients() {
$like_pattern = $wpdb->esc_like( $transient_prefix ) . '%';

// Try to get transients from cache first.
$cache_key = 'wpvulnerability_transients_list';
$cache_key = 'wpvulnerability_transients_list';
$transients = wp_cache_get( $cache_key );

if ( false === $transients ) {
Expand Down

0 comments on commit 759582c

Please sign in to comment.