Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhanirabin committed Jun 20, 2016
1 parent 289221c commit 68704c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-optimize-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ function wpo_getInfo($cleanupType){
list ($retention_enabled, $retention_period) = wpo_getRetainInfo();

switch ($cleanupType) {
case "transient_options":
case "transient":
$sql = "SELECT COUNT(*) FROM `$wpdb->options` WHERE option_name LIKE '_site_transient_browser_%' OR option_name LIKE '_site_transient_timeout_browser_%' OR option_name LIKE '_transient_feed_%' OR option_name LIKE '_transient_timeout_feed_%'";
//$sql .= ';';
$transient = $wpdb->get_var( $sql );
Expand Down

0 comments on commit 68704c7

Please sign in to comment.