Bootstrap: Check that ini_get_all() exists before calling it, allows us to work around hosts who disable the function for "security purposes".

Fixes #37680 for trunk.

Built from https://develop.svn.wordpress.org/trunk@38431


git-svn-id: http://core.svn.wordpress.org/trunk@38372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2016-08-29 02:59:30 +00:00
parent 30270d851f
commit 56bc1dc194
2 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38430';
$wp_version = '4.7-alpha-38431';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.