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

Commit

Permalink
Another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhanirabin committed Jun 20, 2016
1 parent 3f99026 commit 867c0ab
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 @@ -656,7 +656,7 @@ function wpo_cleanUpSystem($cleanupType){
$clean .= ';';

$orphandata = $wpdb->query( $clean );
$message .= sprintf(_n('%d orphaned meta data deleted', '%d orphaned meta data deleted', $postmeta, 'wp-optimize'), number_format_i18n($orphandata)).'<br>';
$message .= sprintf(_n('%d orphaned meta data deleted', '%d orphaned meta data deleted', $orphandata, 'wp-optimize'), number_format_i18n($orphandata)).'<br>';
break;

case "tags":
Expand Down

0 comments on commit 867c0ab

Please sign in to comment.