Changeset 49193 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 10/18/2020 05:25:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r49154 r49193 1856 1856 } 1857 1857 1858 if ( $blocked && 0 === sizeof( $hosts ) ) {1858 if ( $blocked && 0 === count( $hosts ) ) { 1859 1859 $result['status'] = 'critical'; 1860 1860 … … 1871 1871 } 1872 1872 1873 if ( $blocked && 0 < sizeof( $hosts ) ) {1873 if ( $blocked && 0 < count( $hosts ) ) { 1874 1874 $result['status'] = 'recommended'; 1875 1875
Note: See TracChangeset
for help on using the changeset viewer.