Ticket #51041: 51041.diff
| File 51041.diff, 586 bytes (added by , 6 years ago) |
|---|
-
wp-admin/includes/class-wp-site-health-auto-updates.php
74 74 return array( 75 75 'description' => sprintf( 76 76 /* translators: %s: Name of the constant used. */ 77 __( 'The %s constant is defined and enabled.' ),77 __( 'The %s constant is defined and disabled.' ), 78 78 "<code>$constant</code>" 79 79 ), 80 80 'severity' => 'fail',