Changeset 55246 for trunk/src/wp-includes/blocks/block.php
- Timestamp:
- 02/07/2023 07:01:56 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/block.php
r53157 r55246 28 28 // WP_DEBUG_DISPLAY must only be honored when WP_DEBUG. This precedent 29 29 // is set in `wp_debug_mode()`. 30 $is_debug = defined( 'WP_DEBUG' ) && WP_DEBUG && 31 defined( 'WP_DEBUG_DISPLAY' ) && WP_DEBUG_DISPLAY; 30 $is_debug = WP_DEBUG && WP_DEBUG_DISPLAY; 32 31 33 32 return $is_debug ?
Note: See TracChangeset
for help on using the changeset viewer.