Make WordPress Core

Changeset 47165


Ignore:
Timestamp:
02/02/2020 05:32:35 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment with WP_DEBUG_DISPLAY description.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r47122 r47165  
    7878    }
    7979
    80     // Add define( 'WP_DEBUG_DISPLAY', null ); to wp-config.php use the globally configured setting
     80    // Add define( 'WP_DEBUG_DISPLAY', null ); to wp-config.php to use the globally configured setting
    8181    // for 'display_errors' and not force errors to be displayed. Use false to force 'display_errors' off.
    8282    if ( ! defined( 'WP_DEBUG_DISPLAY' ) ) {
Note: See TracChangeset for help on using the changeset viewer.