IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 23 | 23 | require( ABSPATH . WPINC . '/default-constants.php' ); |
| 24 | 24 | require_once( ABSPATH . WPINC . '/plugin.php' ); |
| 25 | 25 | |
| 26 | | // Make sure we register the shutdown handler for fatal errors as soon as possible. |
| 27 | | wp_register_fatal_error_handler(); |
| 28 | | |
| 29 | 26 | /* |
| 30 | 27 | * These can't be directly globalized in version.php. When updating, |
| 31 | 28 | * we're including version.php from another installation and don't want |
| … |
… |
|
| 46 | 43 | // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, SCRIPT_DEBUG, WP_CONTENT_DIR and WP_CACHE. |
| 47 | 44 | wp_initial_constants(); |
| 48 | 45 | |
| | 46 | // Make sure we register the shutdown handler for fatal errors as soon as possible. |
| | 47 | wp_register_fatal_error_handler(); |
| | 48 | |
| 49 | 49 | // Check for the required PHP version and for the MySQL extension or a database drop-in. |
| 50 | 50 | wp_check_php_mysql_versions(); |
| 51 | 51 | |