Ticket #46653: 46653.patch
File 46653.patch, 925 bytes (added by , 6 years ago) |
---|
-
src/wp-settings.php
31 31 // Make sure we register the shutdown handler for fatal errors as soon as possible. 32 32 wp_register_fatal_error_handler(); 33 33 34 /* 34 /** 35 35 * These can't be directly globalized in version.php. When updating, 36 36 * we're including version.php from another installation and don't want 37 37 * these values to be overridden if already set. 38 * 39 * @global string $wp_version 40 * @global int $wp_db_version 41 * @global string $tinymce_version 42 * @global string $required_php_version 43 * @global string $required_mysql_version 44 * @global string $wp_local_package 38 45 */ 39 46 global $wp_version, $wp_db_version, $tinymce_version, $required_php_version, $required_mysql_version, $wp_local_package; 40 47 require( ABSPATH . WPINC . '/version.php' );