Remove erroneous "break"

This commit is contained in:
Lee Willis 2018-11-27 11:20:27 +00:00
parent 242641e931
commit 0079312e1c
1 changed files with 0 additions and 1 deletions

View File

@ -835,7 +835,6 @@ class WC_REST_System_Status_V2_Controller extends WC_REST_Controller {
'changelog' => $body->sections['changelog'], 'changelog' => $body->sections['changelog'],
); );
set_transient( md5( $plugin ) . '_version_data', $version_data, DAY_IN_SECONDS ); set_transient( md5( $plugin ) . '_version_data', $version_data, DAY_IN_SECONDS );
break;
} }
} }
} }