lesterchan / wp-sweep

WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It also optimizes your database tables.
https://wordpress.org/plugins/wp-sweep/
152 stars 23 forks source link

Strings variables number %1$s repeated #41

Closed pedro-mendonca closed 8 years ago

pedro-mendonca commented 8 years ago

Hi @lesterchan,

In these lines, shouldn' it be %1$s and %2$s? https://github.com/lesterchan/wp-sweep/blob/master/admin.php#L73 https://github.com/lesterchan/wp-sweep/blob/master/admin.php#L80 https://github.com/lesterchan/wp-sweep/blob/master/admin.php#L217 https://github.com/lesterchan/wp-sweep/blob/master/admin.php#L334 https://github.com/lesterchan/wp-sweep/blob/master/admin.php#L391

lesterchan commented 8 years ago

You are right! I will fix it =)