Changeset 46214 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/20/2019 10:01:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46206 r46214 6005 6005 static $truncate_paths; 6006 6006 6007 if ( version_compare( PHP_VERSION, '5.2.5', '>=' ) ) { 6008 $trace = debug_backtrace( false ); 6009 } else { 6010 $trace = debug_backtrace(); 6011 } 6012 6007 $trace = debug_backtrace( false ); 6013 6008 $caller = array(); 6014 6009 $check_class = ! is_null( $ignore_class );
Note: See TracChangeset
for help on using the changeset viewer.