Changeset 45223
- Timestamp:
- 04/17/2019 01:09:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r45222 r45223 67 67 */ 68 68 public function test_constants( $constant, $value ) { 69 if ( defined( $constant ) && constant( $constant ) != $ allowed_constants[ $constant ]) {69 if ( defined( $constant ) && constant( $constant ) != $value ) { 70 70 return array( 71 71 'description' => sprintf(
Note: See TracChangeset
for help on using the changeset viewer.