Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #48693, comment 6


Ignore:
Timestamp:
11/19/2019 11:41:25 PM (5 years ago)
Author:
autotutorial
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48693, comment 6

    v4 v5  
    2424  if( is_string( WP_DEBUG_LOG ) && strlen(WP_DEBUG_LOG) > 5 ) {
    2525    $log_path = WP_DEBUG_LOG;
    26   } elseif (!empty( WP_DEBUG_LOG) && WP_DEBUG_LOG != 'false' ) {
     26  } elseif (!empty( WP_DEBUG_LOG ) ) {
    2727    $log_path = WP_CONTENT_DIR . '/debug.log';
    2828  } else {