Bootstrap/Load: Ensure the fatal error handler is registered after WP_CONTENT_DIR is defined, so the custom error handler drop-in could be properly loaded.

Props sebastian.pisula, diddledan.
Fixes #46069.
Built from https://develop.svn.wordpress.org/trunk@45056


git-svn-id: http://core.svn.wordpress.org/trunk@44865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-03-28 19:04:51 +00:00
parent a2577854e6
commit 4e4e8fa110
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta1-45055';
$wp_version = '5.2-beta1-45056';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.