Changes between Initial Version and Version 1 of Ticket #42264, comment 3
- Timestamp:
- 03/28/2018 08:32:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42264, comment 3
initial v1 25 25 ); 26 26 27 require_once 'wp-includes/phpcompat/core-functions-and-constants.php';27 require_once ABSPATH . WPINC . '/phpcompat/core-functions-and-constants.php'; 28 28 29 29 foreach ( $php_backfills as $extension ) { 30 30 if ( extension_loaded( $extension ) === false ) { 31 require_once 'wp-includes/phpcompat/' . $extension . '.php';31 require_once ABSPATH . WPINC . '/phpcompat/' . $extension . '.php'; 32 32 } 33 33 }