We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d3fdf commit be6f5b7Copy full SHA for be6f5b7
inc/Engine/Admin/PerformanceMonitoring/Subscriber.php
@@ -518,7 +518,7 @@ public function maybe_cancel_automatic_retest_job() {
518
* @param string $old_version Previous plugin version.
519
* @return void
520
*/
521
- public function on_update_reset_credit( $old_version, $new_version ) {
+ public function on_update_reset_credit( $new_version, $old_version ) {
522
if ( version_compare( $old_version, '3.20.0', '<' ) ) {
523
$this->plan->reset_credit();
524
}
0 commit comments