Skip to content

Commit

Permalink
Remove erroneous "break"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Willis authored and claudiulodro committed Nov 28, 2018
1 parent aec166c commit c4aee4d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -835,7 +835,6 @@ public function get_active_plugins() {
'changelog' => $body->sections['changelog'],
);
set_transient( md5( $plugin ) . '_version_data', $version_data, DAY_IN_SECONDS );
break;
}
}
}
Expand Down

0 comments on commit c4aee4d

Please sign in to comment.