Make WordPress Core

Ticket #51041: 51041.diff

File 51041.diff, 586 bytes (added by chrisbudd1, 6 years ago)
  • wp-admin/includes/class-wp-site-health-auto-updates.php

     
    7474                        return array(
    7575                                'description' => sprintf(
    7676                                        /* translators: %s: Name of the constant used. */
    77                                         __( 'The %s constant is defined and enabled.' ),
     77                                        __( 'The %s constant is defined and disabled.' ),
    7878                                        "<code>$constant</code>"
    7979                                ),
    8080                                'severity'    => 'fail',