WordPress / health-check

Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
GNU General Public License v2.0
175 stars 55 forks source link

check if $core_updates is an array before iterating on it #389

Closed paulschreiber closed 3 years ago

paulschreiber commented 3 years ago

Short introduction

fixes #388 check if $core_updates is an array before iterating on it

Description of what the PR accomplishes

Avoids Warning: Invalid argument supplied for foreach()